mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
merge bitcoin#22070: don't use cf-protection when targeting arm-apple-darwin
This commit is contained in:
parent
cdedbea0b4
commit
8dab7027e3
@ -30,7 +30,7 @@ $(package)_config_libraries=filesystem,thread,test
|
||||
$(package)_cxxflags=-std=c++17 -fvisibility=hidden
|
||||
$(package)_cxxflags_linux=-fPIC
|
||||
$(package)_cxxflags_android=-fPIC
|
||||
$(package)_cxxflags_darwin=-fcf-protection=full
|
||||
$(package)_cxxflags_x86_64_darwin=-fcf-protection=full
|
||||
endef
|
||||
|
||||
# Fix unused variable in boost_process, can be removed after upgrading to 1.72
|
||||
|
Loading…
Reference in New Issue
Block a user