Add symbols visibility option.

Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit c18ead073e)
r14.0.x
gregory guy 3 years ago committed by Slávek Banko
parent c098d78710
commit cdb05c316a
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -42,8 +42,9 @@ tde_setup_paths( )
##### optional stuff
option( WITH_ALL_OPTIONS "Enable all optional support" OFF )
option( WITH_ARTS "Enable aRts support" ${WITH_ALL_OPTIONS} )
option( WITH_ALL_OPTIONS "Enable all optional support" OFF )
option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} )
option( WITH_ARTS "Enable aRts support" ${WITH_ALL_OPTIONS} )
######################## options comments #############################
# #

Loading…
Cancel
Save