mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:29:00 +08:00
99021f98b1
* Update isalConfig.cmake * Refactor build process * Remove debug/share on non-Windows * Fix build, fix config.cmake, correct usage info * version * Add supports, add license * cleanup baseline * version * update supports * version * Correct include path * version * Fix lib name on non-Windows * version * Apply suggestion * version * Apply suggestions * version * Apply suggestion * version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
14 lines
465 B
Diff
14 lines
465 B
Diff
diff --git a/Makefile.nmake b/Makefile.nmake
|
|
index 56ae888..7260785 100644
|
|
--- a/Makefile.nmake
|
|
+++ b/Makefile.nmake
|
|
@@ -143,7 +143,7 @@ objs = \
|
|
|
|
INCLUDES = -I./ -Ierasure_code/ -Iraid/ -Icrc/ -Iigzip/ -Iinclude/ -Imem/
|
|
LINKFLAGS = /nologo
|
|
-CFLAGS = -O2 -D NDEBUG /nologo -D_USE_MATH_DEFINES -Qstd=c99 $(INCLUDES) $(D)
|
|
+CFLAGS = /nologo -D_USE_MATH_DEFINES -Qstd=c99 $(INCLUDES) $(D)
|
|
AFLAGS = -f win64 $(INCLUDES) $(D)
|
|
CC = icl
|
|
AS = yasm
|