Modified: MacRuby/trunk/bin/rubyc (4464 => 4465)
--- MacRuby/trunk/bin/rubyc 2010-08-25 20:45:49 UTC (rev 4464)
+++ MacRuby/trunk/bin/rubyc 2010-08-25 20:56:08 UTC (rev 4465)
@@ -80,6 +80,7 @@
def run
@uses_bs_flags = ''
if @static
+ $stderr.puts "Warning: static compilation is currently a work in progress and provided for development only. The compilation process may simply fail or generate non-functional machine code objects. Use it at your own risk."
# BridgeSupport compilation is only enabled during static compilation.
@frameworks.each do |f|
p =