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
[CMake][MSVC] Wrap more Linker flags for ICX (#16284)
This is a continuation of #15756 unfortunately I missed some flags in
that patch because icx does not warn about options starting with `/O` or
`/D` (they are understood as optimization and macro defining flags).
I documented the approach of finding these unwrapped flags as a GH gist
here: https://gist.github.com/Maetveis/00567488f0d6ff74095d91ed306fafc5
0 commit comments