Merge 619e930aa1 into merged_master (Bitcoin PR bitcoin/bitcoin#22070)

This commit is contained in:
Andrew Poelstra 2021-07-19 04:43:57 +00:00
commit 482fa707ff

View file

@ -26,7 +26,7 @@ $(package)_config_libraries=filesystem,system,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
define $(package)_preprocess_cmds