Add symbols visibility option.

Signed-off-by: gregory guy <gregory-tde@laposte.net>
pull/11/head
gregory guy 3 years ago
parent d60a77a750
commit c18ead073e
No known key found for this signature in database
GPG Key ID: 2CC84A1CC6823AF8

@ -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