build: use -fcf-protection=full when building Windows Boost in depends

This commit is contained in:
fanquake 2021-11-17 09:43:01 +08:00
parent 398fd63356
commit 0445e1a1a5
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -27,6 +27,7 @@ $(package)_cxxflags+=-std=c++17
$(package)_cxxflags_linux=-fPIC
$(package)_cxxflags_android=-fPIC
$(package)_cxxflags_x86_64_darwin=-fcf-protection=full
$(package)_cxxflags_mingw32=-fcf-protection=full
endef
define $(package)_preprocess_cmds