REMOVE -fno-rtti. we use that!
This commit is contained in:
parent
031da4f1cf
commit
c8702ceb70
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue