all repos — openbox @ c8702ceb70886786fad53bddacfdf8b9ffc9c3f1

openbox fork - make it a bit more like ryudo

REMOVE -fno-rtti. we use that!
Dana Jansens danakj@orodu.net
commit

c8702ceb70886786fad53bddacfdf8b9ffc9c3f1

parent

031da4f1cf6457093639b4fb032be96f003f7b2d

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 -fno-rtti" + FLAGS="-Wall -W -fno-check-new -fno-exceptions" # -pedantic test "$DEBUG" = "yes" && FLAGS="$FLAGS -g -fno-inline" else