mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
de398e8f61
commit
62e7e47bdb
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Jan 31 18:08:59 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (optflags): defaulted to -O3 to get rid of slug of
|
||||
gcc 4.3.
|
||||
|
||||
Sat Jan 31 18:03:41 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/optparse.rb (List#accept, parse_in_order): n option is no
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue