From: Dana Jansens Date: Wed, 22 Jan 2003 06:08:39 +0000 (+0000) Subject: -fno-rtti as in cxxflags too! X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=031da4f1cf6457093639b4fb032be96f003f7b2d;p=chaz%2Fopenbox -fno-rtti as in cxxflags too! --- diff --git a/m4/openbox.m4 b/m4/openbox.m4 index f4ef76fa..08e67cf7 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" + FLAGS="-Wall -W -fno-check-new -fno-exceptions -fno-rtti" # -pedantic test "$DEBUG" = "yes" && FLAGS="$FLAGS -g -fno-inline" else