To add compilation flags, assign an array with flags to compile.options.flags like:
compile.options.flags
define "MyProject" do compile.using :hxswf # Or any other haXe compiler compile.options.flags = [:myflag1, "myflag2"] end
Flags can be Ruby Strings and Symbols.
Keep in mind that buildr-hx will set the debug and environment flags based on your buildr configuration.
There was an error while loading. Please reload this page.