File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ if(MSVC)
82
82
"/D_CRT_SECURE_NO_DEPRECATE"
83
83
"/MP" # Build with multiple processes
84
84
"/Zc:preprocessor" # Enable preprocessor conformance mode
85
- "/DNDEBUG"
86
85
"/fp:precise"
87
86
)
88
87
# MSVC warning suppressions
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ if(MSVC)
27
27
"/D_CRT_SECURE_NO_WARNINGS"
28
28
"/D_CRT_SECURE_NO_DEPRECATE"
29
29
"/MP" # Build with multiple processes
30
- "/DNDEBUG"
31
30
)
32
31
# MSVC warning suppressions
33
32
list (APPEND FLATZINC_COMPILE_OPTIONS
Original file line number Diff line number Diff line change @@ -180,7 +180,6 @@ if(MSVC)
180
180
"/D_CRT_SECURE_NO_DEPRECATE"
181
181
"/MP" # Build with multiple processes
182
182
"/Zc:preprocessor" # Enable preprocessor conformance mode
183
- "/DNDEBUG"
184
183
)
185
184
# MSVC warning suppressions
186
185
list (APPEND GLOP_COMPILE_OPTIONS
You can’t perform that action at this time.
0 commit comments