Skip to content

Commit

Permalink
enable CET on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
  • Loading branch information
mdcornu authored and pablodelara committed May 28, 2024
1 parent b00314a commit 9b7a2b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.nmake
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ CFLAGS=$(CFLAGS_DBG)
CFLAGS=$(CFLAGS_REL)
!endif

LINKFLAGS = -nologo -incremental:no -debug -guard:cf -DYNAMICBASE
LINKFLAGS = -nologo -incremental:no -debug -guard:cf -DYNAMICBASE -CETCOMPAT
CFLAGS = $(CFLAGS) -nologo -D_USE_MATH_DEFINES -DNO_COMPAT_ISAL_CRYPTO_API_2_24 $(FEAT_FLAGS) $(INCLUDES) $(D) /W3
AFLAGS = -f win64 $(FEAT_FLAGS) $(INCLUDES) $(D)
CC = cl
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Building ISA-L

x86_64:
* Assembler: nasm v2.14.01 or later
* Compiler: gcc, clang, icc or VC compiler.
* Compiler: gcc, clang, icc or MSVC (Visual Studio 2019 or later).
* Make: GNU 'make' or 'nmake' (Windows).
* Optional: Building with autotools requires autoconf/automake packages.

Expand Down

0 comments on commit 9b7a2b8

Please # to comment.