]> Dogcows Code - chaz/openbox/blobdiff - m4/openbox.m4
REMOVE -fno-rtti. we use that!
[chaz/openbox] / m4 / openbox.m4
index 12c5c8ec387a5b4839c1e975aa906ccbef11bfea..f4ef76fa9048d01a2a2506e1732af41b8b0919a0 100644 (file)
@@ -19,7 +19,8 @@ AC_DEFUN([OB_DEBUG],
     AC_DEFINE([DEBUG], [1], [Creating a debug build])
   else
     AC_MSG_RESULT([RELEASE])
-    AC_DEFINE([NDEBUG], [1], [Creating a release build])
+# keep the asserts in
+#    AC_DEFINE([NDEBUG], [1], [Creating a release build])
   fi
 ])
 
@@ -40,7 +41,7 @@ AC_DEFUN([OB_COMPILER_FLAGS],
   AC_MSG_CHECKING([for GNU C++])
   if test "$GXX" = "yes"; then
     AC_MSG_RESULT([yes])
-    FLAGS="-Wall -W"
+    FLAGS="-Wall -W -fno-check-new -fno-exceptions"
     # -pedantic
     test "$DEBUG" = "yes" && FLAGS="$FLAGS -g -fno-inline"
   else
This page took 0.020929 seconds and 4 git commands to generate.