From: root Date: Mon, 26 Nov 2007 20:07:49 +0000 (+0000) Subject: more pointless space opts X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=67e2a6e0e2a3f222dc2cfb5eeac418f3cc4b79b5;p=dana%2Furxvt.git more pointless space opts --- diff --git a/configure b/configure index bfb61624..ad3e8efc 100755 --- a/configure +++ b/configure @@ -3873,7 +3873,7 @@ LINKER=$LINKER if test -z "$orig_CXXFLAGS"; then if test x$GCC = xyes && test "x$GXX" = xyes; then - CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs" + CXXFLAGS="-g -O3 -fno-rtti -fvisibility-inlines-hidden -fno-threadsafe-statics -fno-enforce-eh-specs" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF diff --git a/configure.ac b/configure.ac index 1971bf01..6959ba2f 100644 --- a/configure.ac +++ b/configure.ac @@ -65,7 +65,7 @@ dnl# Supply default CXXFLAGS, if not specified by `CXXFLAGS=flags ./configure' dnl# if test -z "$orig_CXXFLAGS"; then if test x$GCC = xyes && test "x$GXX" = xyes; then - CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs" + CXXFLAGS="-g -O3 -fno-rtti -fvisibility-inlines-hidden -fno-threadsafe-statics -fno-enforce-eh-specs" AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[])], [], [CXXFLAGS="-g -O3"]) else CXXFLAGS="-O"