Skip to content

Commit e734847

Browse files
committed
build: remove duplicate -fvisibility=hidden from Boost build
Boost already sets this by default.
1 parent 32659e5 commit e734847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/boost.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ else
2323
$(package)_toolset_$(host_os)=gcc
2424
endif
2525
$(package)_config_libraries=filesystem,system,test
26-
$(package)_cxxflags+=-std=c++17 -fvisibility=hidden
26+
$(package)_cxxflags+=-std=c++17
2727
$(package)_cxxflags_linux=-fPIC
2828
$(package)_cxxflags_android=-fPIC
2929
$(package)_cxxflags_x86_64_darwin=-fcf-protection=full

0 commit comments

Comments
 (0)