[macruby-changes] [5145] MacRuby/trunk/rakelib/builder/options.rb
source_changes at macosforge.org
source_changes at macosforge.org
Sat Jan 8 20:13:08 PST 2011
Revision: 5145
http://trac.macosforge.org/projects/ruby/changeset/5145
Author: lsansonetti at apple.com
Date: 2011-01-08 20:13:03 -0800 (Sat, 08 Jan 2011)
Log Message:
-----------
allow -O4 (for clang)
Modified Paths:
--------------
MacRuby/trunk/rakelib/builder/options.rb
Modified: MacRuby/trunk/rakelib/builder/options.rb
===================================================================
--- MacRuby/trunk/rakelib/builder/options.rb 2011-01-08 20:48:48 UTC (rev 5144)
+++ MacRuby/trunk/rakelib/builder/options.rb 2011-01-09 04:13:03 UTC (rev 5145)
@@ -84,7 +84,7 @@
exit 1
end
-if OPTZ_LEVEL < 0 || OPTZ_LEVEL > 3
+if OPTZ_LEVEL < 0 || OPTZ_LEVEL > 4
$stderr.puts "Incorrect optimization level: #{OPTZ_LEVEL}"
exit 1
end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20110108/b548c9c5/attachment.html>
More information about the macruby-changes
mailing list