Skip to content

Commit 0445e1a

Browse files
committed
build: use -fcf-protection=full when building Windows Boost in depends
1 parent 398fd63 commit 0445e1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

depends/packages/boost.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ $(package)_cxxflags+=-std=c++17
2727
$(package)_cxxflags_linux=-fPIC
2828
$(package)_cxxflags_android=-fPIC
2929
$(package)_cxxflags_x86_64_darwin=-fcf-protection=full
30+
$(package)_cxxflags_mingw32=-fcf-protection=full
3031
endef
3132

3233
define $(package)_preprocess_cmds

0 commit comments

Comments
 (0)