summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-31 14:40:44 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-31 14:40:44 +0000
commit3de10825dfc228170bd5f406031042bcbd0255ba (patch)
treeb7378b5fcf086db8c007ce6bb531055bcc11dd3b /NEWS
parentc4ae288b907acd4fe25673d969a15fefa73a635f (diff)
* README, README.ja: Add a note about default C flags.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@16728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aa581f1746..36c78d1c45 100644
--- a/NEWS
+++ b/NEWS
@@ -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