X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=m4%2Fopenbox.m4;h=f4ef76fa9048d01a2a2506e1732af41b8b0919a0;hb=747c089ae1c7df345c7ad98f833e8640ab0bc851;hp=b1169907b1a05df0616c57aa7a8e344119807d4e;hpb=7c9ba37f010e08a7e24fa57d37d176fb08807bd9;p=chaz%2Fopenbox diff --git a/m4/openbox.m4 b/m4/openbox.m4 index b1169907..f4ef76fa 100644 --- a/m4/openbox.m4 +++ b/m4/openbox.m4 @@ -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-exceptions" # -pedantic test "$DEBUG" = "yes" && FLAGS="$FLAGS -g -fno-inline" else