ccp check defines and undefines

General questions regarding the usage of CodeLite
Gibbon1
CodeLite Expert
Posts: 167
Joined: Fri Jul 22, 2011 5:32 am
Genuine User: Yes
IDE Question: C++
Contact:

ccp check defines and undefines

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: ccp check defines and undefines

Post 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
Make sure you have read the HOW TO POST thread
Post Reply