all repos — openbox @ 031da4f1cf6457093639b4fb032be96f003f7b2d

openbox fork - make it a bit more like ryudo

-fno-rtti as in cxxflags too!
Dana Jansens danakj@orodu.net
commit

031da4f1cf6457093639b4fb032be96f003f7b2d

parent

31c20197e585bee0d48a7643bf73a0b358ad6297

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M m4/openbox.m4m4/openbox.m4

@@ -41,7 +41,7 @@ # Check what compiler we are using

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