mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
speedo: Enable additional runtime protections on Windows.
* build-aux/speedo.mk (speedo_w32_cflags): Remove -mms-bitfields because it is for a long time the gcc default. Enable control flow protection. -- Note that due to mingw static linking problems with libssp the stack protector is not yet enabled.
This commit is contained in:
parent
a8b503c42b
commit
afe87ffc08
@ -699,7 +699,7 @@ ifeq ($(TARGETOS),w32)
|
||||
--build-w64)
|
||||
speedo_host_build_option := --host=$(host) --build=$(build)
|
||||
speedo_host_build_option6 := --host=$(host6) --build=$(build)
|
||||
speedo_w32_cflags := -mms-bitfields
|
||||
speedo_w32_cflags := -fcf-protection=full
|
||||
else
|
||||
speedo_autogen_buildopt :=
|
||||
host :=
|
||||
|
Loading…
x
Reference in New Issue
Block a user