From 62e7e47bdb6d5b4f13138bd3290ca3c40d3ddbab Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 31 Jan 2009 09:09:01 +0000 Subject: * configure.in (optflags): defaulted to -O3 to get rid of slug of gcc 4.3. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index a5b95704f4..6f73385a5a 100644 --- a/configure.in +++ b/configure.in @@ -190,7 +190,7 @@ AC_PROG_GCC_TRADITIONAL test $ac_cv_prog_cc_g = yes && : ${debugflags=-g} if test "$GCC" = yes; then linker_flag=-Wl, - : ${optflags=-O2} ${warnflags="-Wall -Wno-parentheses"} + : ${optflags=-O3} ${warnflags="-Wall -Wno-parentheses"} else linker_flag= fi -- cgit v1.2.3