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.
ccp check defines and undefines
-
- CodeLite Expert
- Posts: 167
- Joined: Fri Jul 22, 2011 5:32 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: ccp check defines and undefines
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
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