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
rc compilation: Do not use addCCArgs to setup .rc preprocessor argv
- Almost all of the args it adds are irrelevant to the .rc preprocessor
- Some of the args it adds are detrimental to the .rc preprocessor, e.g. _DEBUG/NDEBUG should not be defined during .rc preprocessing
Instead, we manually add the few relevant args that addCCArgs would usually handle.
0 commit comments