summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-31 09:09:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-31 09:09:01 +0000
commitf0536ac8641776268ce8c2ee4e78700c9eaad97c (patch)
tree027deedd8079ca6881d391f237317cca86796e05 /configure.in
parent53ca429e33af2028c9df84496eb1f2d249696589 (diff)
downloadruby-f0536ac8641776268ce8c2ee4e78700c9eaad97c.tar.gz
ruby-f0536ac8641776268ce8c2ee4e78700c9eaad97c.tar.xz
ruby-f0536ac8641776268ce8c2ee4e78700c9eaad97c.zip
* configure.in (optflags): defaulted to -O3 to get rid of slug of
gcc 4.3. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a5b95704f..6f73385a5 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