Skip to content

Commit 99a1f7a

Browse files
committed
1 parent a256bcf commit 99a1f7a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

cmake/cpp.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ if(MSVC)
8282
"/D_CRT_SECURE_NO_DEPRECATE"
8383
"/MP" # Build with multiple processes
8484
"/Zc:preprocessor" # Enable preprocessor conformance mode
85-
"/DNDEBUG"
8685
"/fp:precise"
8786
)
8887
# MSVC warning suppressions

cmake/flatzinc.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ if(MSVC)
2727
"/D_CRT_SECURE_NO_WARNINGS"
2828
"/D_CRT_SECURE_NO_DEPRECATE"
2929
"/MP" # Build with multiple processes
30-
"/DNDEBUG"
3130
)
3231
# MSVC warning suppressions
3332
list(APPEND FLATZINC_COMPILE_OPTIONS

cmake/glop.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ if(MSVC)
180180
"/D_CRT_SECURE_NO_DEPRECATE"
181181
"/MP" # Build with multiple processes
182182
"/Zc:preprocessor" # Enable preprocessor conformance mode
183-
"/DNDEBUG"
184183
)
185184
# MSVC warning suppressions
186185
list(APPEND GLOP_COMPILE_OPTIONS

0 commit comments

Comments
 (0)