diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-31 14:36:30 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-31 14:36:30 +0000 |
commit | 5731cec2f687ea3d470e8371453529efa190c0ab (patch) | |
tree | a7cf1063b63f550cac1dc57b875e5147d41627eb | |
parent | 281833f5fe3584a31dc53a708858cf181a282c80 (diff) |
Add a note about default C flags.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,6 +11,12 @@ with all sufficient information, see the ChangeLog file. === Configuration changes +* default C flags + + Some C compiler flags may be added by default depending on your + environment. Specify optflags=.. and warnflags=.. as necessary to + override them. + * vendor_ruby directory A new library directory named `vendor_ruby' is introduced in |