You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, during the execution of the 'general' analysis, the #ifdef expressions get rewritten with following pattern. Make this configurable.
see: analyses/general.py, function _getFeatureSignature()
Right now, during the execution of the 'general' analysis, the #ifdef expressions get rewritten with following pattern. Make this configurable.
see:
analyses/general.py
, function_getFeatureSignature()
Example
gets
Enchancement Idea
This behavior should be configurable to influence the following scattering and tangling analyses to the user's requirements.
Like:
--rewriteifdefs [yes | no]
yes
no
The text was updated successfully, but these errors were encountered: