]> Dogcows Code - chaz/openbox/commitdiff
add -fno-check-new -fno-execptions to the g++ cxxflags
authorDana Jansens <danakj@orodu.net>
Wed, 22 Jan 2003 01:09:19 +0000 (01:09 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 22 Jan 2003 01:09:19 +0000 (01:09 +0000)
m4/openbox.m4

index b1169907b1a05df0616c57aa7a8e344119807d4e..ddea2a1e6ab923fba94ff62798394c3c1e68cd9d 100644 (file)
@@ -41,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-execptions"
     # -pedantic
     test "$DEBUG" = "yes" && FLAGS="$FLAGS -g -fno-inline"
   else
This page took 0.024399 seconds and 4 git commands to generate.