Tool/software:
Hello,
CCS Theia version: 20.01
When I use -ccs.buildCommand and set it to say, build.bat with -ccs.buildCommandFlags "" CCS adds extra options resulting in the command like this
build.bat" -k -j 16 clean -O
-k -j 16 -O seems to be unwarranted here.
Shouldn't alternative build command be run "as is" and only use options from -ccs.buildCommandFlags?
Regards,
Eugene