merge bitcoin#22070: don't use cf-protection when targeting arm-apple-darwin

This commit is contained in:
Kittywhiskers Van Gogh 2023-05-13 17:33:15 +00:00
parent cdedbea0b4
commit 8dab7027e3

View File

@ -30,7 +30,7 @@ $(package)_config_libraries=filesystem,thread,test
$(package)_cxxflags=-std=c++17 -fvisibility=hidden $(package)_cxxflags=-std=c++17 -fvisibility=hidden
$(package)_cxxflags_linux=-fPIC $(package)_cxxflags_linux=-fPIC
$(package)_cxxflags_android=-fPIC $(package)_cxxflags_android=-fPIC
$(package)_cxxflags_darwin=-fcf-protection=full $(package)_cxxflags_x86_64_darwin=-fcf-protection=full
endef endef
# Fix unused variable in boost_process, can be removed after upgrading to 1.72 # Fix unused variable in boost_process, can be removed after upgrading to 1.72