clemos / haxe-sublime-bundle

Sublime Text bundle for Haxe programming language
Apache License 2.0
235 stars 86 forks source link

[QUESTION] Passing arguments to a build compilation #236

Closed xbelanch closed 9 years ago

xbelanch commented 9 years ago

I don't know if it's possible to passing arguments to a specific build i.e. lime test cpp -debug maybe I missed something related to a specific build config file or perhaps depends on build hxml files. I'd appreciate some help.

ghost commented 9 years ago

Select C++ test or C++ build only to compile the project in debug mode. To pass other arguments add them in build config file (using<haxedef/>).

xbelanch commented 9 years ago

It works! Thanks!