Page 1 of 1

ccp check defines and undefines

Posted: Thu Jun 18, 2015 3:32 am
by Gibbon1
I'm trying out ccpcheck on my code again. I was wondering where the ccp check command line definitions are stored. I looks saw nothing very obvious.

Reason being would be nice to store that information along with the project.

I noticed two things, seems very slow. Not sure if that is normal or not.
The multiple jobs (-j) setting was 100, which caused something to go wrong until I set it to 4.

Re: ccp check defines and undefines

Posted: Thu Jun 18, 2015 9:30 am
by eranif
The slowness is not related to CodeLite...
The command line is built by the plugin, which uses the project settings to extract all the -D / -I (includes and defines)

Eran