mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Bug #6370
* configure.in (optflags): fixed typo. [ruby-core:44679][Bug #6370] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fa9a1b62f1
commit
0f1181a539
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ if test "$GCC" = yes; then
|
|||
|
||||
# disable fast-math
|
||||
for oflag in -fno-fast-math; do
|
||||
RUBY_TRY_CFLAGS(oflag, [RUBY_APPEND_OPTION(optflags, $oflag)])
|
||||
RUBY_TRY_CFLAGS($oflag, [RUBY_APPEND_OPTION(optflags, $oflag)])
|
||||
done
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue