File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ CFLAGS=$(CFLAGS_DBG)
276
276
CFLAGS=$(CFLAGS_REL)
277
277
!endif
278
278
279
- LINKFLAGS = -nologo -incremental:no -debug -guard:cf -DYNAMICBASE
279
+ LINKFLAGS = -nologo -incremental:no -debug -guard:cf -DYNAMICBASE -CETCOMPAT
280
280
CFLAGS = $(CFLAGS) -nologo -D_USE_MATH_DEFINES -DNO_COMPAT_ISAL_CRYPTO_API_2_24 $(FEAT_FLAGS) $(INCLUDES) $(D) /W3
281
281
AFLAGS = -f win64 $(FEAT_FLAGS) $(INCLUDES) $(D)
282
282
CC = cl
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Building ISA-L
38
38
39
39
x86_64:
40
40
* Assembler: nasm v2.14.01 or later
41
- * Compiler: gcc, clang, icc or VC compiler .
41
+ * Compiler: gcc, clang, icc or MSVC (Visual Studio 2019 or later) .
42
42
* Make: GNU 'make' or 'nmake' (Windows).
43
43
* Optional: Building with autotools requires autoconf/automake packages.
44
44
You can’t perform that action at this time.
0 commit comments