repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: b39b59ba4fcf1faf2530e7be77cc52dc912517b0:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit b39b59ba4fcf1faf2530e7be77cc52dc912517b0
Author: Marc Lehmann 
Date:   Mon Nov 26 20:07:49 2007 +0000

    more pointless space opts

diff --git a/configure b/configure
index bfb6162415ea5c489b94946ea977a9928832adf7..
index ..ad3e8efc149dfda1262d948ff578d64e062587cf 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 1971bf010b532d32e28cb71d14c27ccd2f9e9f24..
index ..6959ba2f1ba2b4958ac4a236461de88934e3d25f 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"

-----END OF PAGE-----