mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
build: use -fcf-protection=full when building Windows Boost in depends
This commit is contained in:
@@ -27,6 +27,7 @@ $(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
|
||||||
|
$(package)_cxxflags_mingw32=-fcf-protection=full
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define $(package)_preprocess_cmds
|
define $(package)_preprocess_cmds
|
||||||
|
|||||||
Reference in New Issue
Block a user