mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 03:03:22 -03:00
build: use -fcf-protection=full when building Windows Boost in depends
This commit is contained in:
parent
398fd63356
commit
0445e1a1a5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue