This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CODECOMPOSER: Alternative build utility option -ccs.buildCommand adds unexpected options

Part Number: CODECOMPOSER

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