-fno-rtti as in cxxflags too!

This commit is contained in:
Dana Jansens 2003-01-22 06:08:39 +00:00
parent 31c20197e5
commit 031da4f1cf

View file

@ -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