Skip to content

Commit 22ae533

Browse files
committed
Remove a /D NDEBUG from CMakeCache.txt
1 parent dc05b46 commit 22ae533

File tree

1 file changed

+1
-1
lines changed
  • Maintenance/infrastructure/picasso.geometryfactory.com/reference_platforms/x64_Cygwin-Windows8_MSVC2013-Release-32bits

1 file changed

+1
-1
lines changed

Maintenance/infrastructure/picasso.geometryfactory.com/reference_platforms/x64_Cygwin-Windows8_MSVC2013-Release-32bits/CMakeCache.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ CMAKE_CXX_FLAGS:STRING= /DWIN32 /D_WINDOWS /W3 /GR /EHsc -D_CRT_SECURE_NO_DEPREC
125125
CMAKE_CXX_FLAGS_DEBUG:STRING=/D_DEBUG /MDd /Ob0 /Od /RTC1
126126

127127
//Flags used by the compiler during release minsize builds.
128-
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /D NDEBUG
128+
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1
129129

130130
//Flags used by the compiler during release builds (/MD /Ob1 /Oi
131131
// /Ot /Oy /Gs will produce slightly less optimized but smaller

0 commit comments

Comments
 (0)