mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
build: remove duplicate -fvisibility=hidden from Boost build
Boost already sets this by default.
This commit is contained in:
parent
32659e5897
commit
e734847c1f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue