I have a codebase that supports many targets with preprocessor #defines specific to each piece of hardware. I build for several of these, so I'd prefer not to have to change my .config files per target. What I'd really like it for the parser to index all the lines, and not exclude lines it thinks are not compiled due to preprocessors. Is there a configuration option to enable this kind of behavior?
Bookmarks