Date: 2012-02-01 17:47
Sender: Lars Kanis
Thanks for the bug report. This is not a bug in FXRuby, but in
the Ruby std.lib "mkmk.rb". The logic that Ruby uses
for compiling C++ extensions is just $CXXFLAGS = $CFLAGS + ...
See also: https://github.com/ruby/ruby/blob/trunk/lib/mkmf.rb#L17
61
It seems to be a bigger change to proper respect CXXFLAGS there.
FXRuby could poke around it, but this would possibly break other
build environments. |