projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
031da4f
)
REMOVE -fno-rtti. we use that!
author
Dana Jansens
<danakj@orodu.net>
Wed, 22 Jan 2003 06:09:18 +0000
(06:09 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 22 Jan 2003 06:09:18 +0000
(06:09 +0000)
m4/openbox.m4
patch
|
blob
|
history
diff --git
a/m4/openbox.m4
b/m4/openbox.m4
index 08e67cf7adea7fb57a5d72b8e4bfd56324aaa57f..f4ef76fa9048d01a2a2506e1732af41b8b0919a0 100644
(file)
--- 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
-fno-rtti
"
+ FLAGS="-Wall -W -fno-check-new -fno-exceptions"
# -pedantic
test "$DEBUG" = "yes" && FLAGS="$FLAGS -g -fno-inline"
else