What's the best way to make a build with just a few flags different for static analysis? #835
Unanswered
MichaelBonnet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use the ikos static analyzer to analyze my cFS project. Unfortunately, some of the cFS compilation flags aren't compatible, as you can see in my issue in that repo.
Essentially, I need to cut out:
and add in:
just for when I want to use
ikos-scanto intercept the build process and perform analysis.My question is: what's the best cFS-y way to make a second, parallel build process with just a few compilation flags different?
Beta Was this translation helpful? Give feedback.
All reactions