mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02: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.
(cherry picked from commit afe87ffc08
)
This commit is contained in:
parent
18081e2ecf
commit
39aa206dc5
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,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…
Add table
Add a link
Reference in a new issue