build: remove duplicate -fvisibility=hidden from Boost build

Boost already sets this by default.
This commit is contained in:
fanquake
2021-10-21 10:59:04 +08:00
parent 32659e5897
commit e734847c1f

View File

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