From: Dana Jansens Date: Wed, 22 Jan 2003 06:09:18 +0000 (+0000) Subject: REMOVE -fno-rtti. we use that! X-Git-Tag: openbox-2_3_0~273 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c8702ceb70886786fad53bddacfdf8b9ffc9c3f1;p=dana%2Fopenbox.git REMOVE -fno-rtti. we use that! --- diff --git a/m4/openbox.m4 b/m4/openbox.m4 index 08e67cf7..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 -fno-check-new -fno-exceptions -fno-rtti" + FLAGS="-Wall -W -fno-check-new -fno-exceptions" # -pedantic test "$DEBUG" = "yes" && FLAGS="$FLAGS -g -fno-inline" else