summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-31 14:36:30 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-31 14:36:30 +0000
commit5731cec2f687ea3d470e8371453529efa190c0ab (patch)
treea7cf1063b63f550cac1dc57b875e5147d41627eb
parent281833f5fe3584a31dc53a708858cf181a282c80 (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--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