Set default value of WITH_GCC_VISIBILITY to OFF,

as is standard for v3.5.13-sru branch.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
v3.5.13-sru
Slávek Banko 5 years ago
parent 15920ad5db
commit e19d334ad1
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -40,7 +40,7 @@ tde_setup_paths( )
##### optional stuff
option( WITH_ALL_OPTIONS "Enable all optional support" OFF )
option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} )
option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" OFF )
##### setup architecture flags ##################

Loading…
Cancel
Save