mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-05-17 23:56:39 +00:00
build: remove duplicate -fvisibility=hidden from Boost build
Boost already sets this by default.
This commit is contained in:
parent
32659e5897
commit
e734847c1f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user