build: remove duplicate -fvisibility=hidden from Boost build

Boost already sets this by default.
pull/826/head
fanquake 3 years ago
parent 32659e5897
commit e734847c1f
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

@ -23,7 +23,7 @@ else
$(package)_toolset_$(host_os)=gcc
endif
$(package)_config_libraries=filesystem,system,test
$(package)_cxxflags+=-std=c++17 -fvisibility=hidden
$(package)_cxxflags+=-std=c++17
$(package)_cxxflags_linux=-fPIC
$(package)_cxxflags_android=-fPIC
$(package)_cxxflags_x86_64_darwin=-fcf-protection=full

Loading…
Cancel
Save