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
There is `ClangArgs.clangArgsForKonanSources`, but it is specific to
C++ (clang++) and fails to mention this in the name.
This commit introduces two other properties to support the C case and
make the distinction clear.
It also makes public the language-agnostic part,
`ClangArgs.clangArgsSpecificForKonanSources`, just to make things more
flexible.
0 commit comments