--- cvsroot/rxvt-unicode/configure.ac 2006/01/20 10:27:08 1.9 +++ cvsroot/rxvt-unicode/configure.ac 2006/01/20 11:02:46 1.10 @@ -54,7 +54,7 @@ dnl# if test -z "$orig_CXXFLAGS"; then if test x$GCC = xyes && test "x$GXX" = xyes; then - CXXFLAGS="-g -O3 -Os -fno-threadsafe-statics -fno-enforce-eh-specs" + CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs" AC_COMPILE_IFELSE([int i;], [echo didididid], [CXXFLAGS="-g -O3"]) else CXXFLAGS="-O"