jtmake command line options
jtmake command line options
Is there a way to pass compiler options using jtmake? I see there an argument -D<Defines> that should allow for this but I have been unable to get the compiler to pick up these options no matter what I enter. The biggest problem with not being able to do this that I can't limit the thread count. Running jtmake defaulting the compiler to use all available cores which is bogging down the system.
Re: jtmake command line options
We are using XE7 and using Twine Compile 4.4
Re: jtmake command line options
Unfortunately, jtmake does not support passing TwineCompile options on the command-line. You could set the thread count in the project options, but that would apply to all compiles, including the in-IDE compilation.
Jon