Closed xbelanch closed 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.
lime test cpp -debug
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/>).
<haxedef/>
It works! Thanks!
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.