Page 1 of 1

jtmake command line options

Posted: Thu Feb 09, 2017 5:20 pm
by lee.bost
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

Posted: Thu Feb 09, 2017 5:27 pm
by jomitech
What version of C++Builder are you using?

Re: jtmake command line options

Posted: Thu Feb 09, 2017 5:42 pm
by lee.bost
We are using XE7 and using Twine Compile 4.4

Re: jtmake command line options

Posted: Thu Feb 09, 2017 6:02 pm
by jomitech
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.