mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/mkmf.rb (configuration): set flags.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7f562bd58e
commit
b9f96b8829
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Jun 9 21:14:26 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/mkmf.rb (configuration): set flags.
|
||||
|
||||
Mon Jun 9 17:56:30 2008 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* lib/set.rb (Set#delete_if): Call to_a.
|
||||
|
|
|
@ -1290,6 +1290,10 @@ LIBRUBYARG_SHARED = #$LIBRUBYARG_SHARED
|
|||
LIBRUBYARG_STATIC = #$LIBRUBYARG_STATIC
|
||||
|
||||
RUBY_EXTCONF_H = #{$extconf_h}
|
||||
cflags = #{CONFIG['cflags']}
|
||||
optflags = #{CONFIG['optflags']}
|
||||
debugflags = #{CONFIG['debugflags']}
|
||||
warnflags = #{CONFIG['warnflags']}
|
||||
CFLAGS = #{$static ? '' : CONFIG['CCDLFLAGS']} #$CFLAGS #$ARCH_FLAG
|
||||
INCFLAGS = -I. #$INCFLAGS
|
||||
DEFS = #{CONFIG['DEFS']}
|
||||
|
|
Loading…
Add table
Reference in a new issue