From 9e8b46a357020cf56ef7f15479a9aad84dfbfb19 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 18 Mar 2013 14:50:23 +0100 Subject: [PATCH] Define CGAL_NDEBUG instead of NDEBUG --- .../x86-64_Linux-Fedora16_g++-4.6.2_LEDA/CMakeCache.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Maintenance/infrastructure/renoir.geometryfactory.com/reference-platforms/x86-64_Linux-Fedora16_g++-4.6.2_LEDA/CMakeCache.txt b/Maintenance/infrastructure/renoir.geometryfactory.com/reference-platforms/x86-64_Linux-Fedora16_g++-4.6.2_LEDA/CMakeCache.txt index 89dca4341f8..e16c23f1af5 100644 --- a/Maintenance/infrastructure/renoir.geometryfactory.com/reference-platforms/x86-64_Linux-Fedora16_g++-4.6.2_LEDA/CMakeCache.txt +++ b/Maintenance/infrastructure/renoir.geometryfactory.com/reference-platforms/x86-64_Linux-Fedora16_g++-4.6.2_LEDA/CMakeCache.txt @@ -165,12 +165,12 @@ CMAKE_CXX_FLAGS:STRING= -frounding-math -ffriend-injection -fno-strict-aliasing CMAKE_CXX_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release minsize builds. -CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DCGAL_NDEBUG //Flags used by the compiler during release builds (/MD /Ob1 /Oi // /Ot /Oy /Gs will produce slightly less optimized but smaller // files). -CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DCGAL_NDEBUG //Flags used by the compiler during Release with Debug Info builds. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g @@ -185,12 +185,12 @@ CMAKE_C_FLAGS:STRING= CMAKE_C_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release minsize builds. -CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DCGAL_NDEBUG //Flags used by the compiler during release builds (/MD /Ob1 /Oi // /Ot /Oy /Gs will produce slightly less optimized but smaller // files). -CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DCGAL_NDEBUG //Flags used by the compiler during Release with Debug Info builds. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g