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
[build] Prevent CMake from de-duplicating compiler options
`-Xcc` can occur several times in the list of compiler options, this tells CMake to not try to merge multiple `-Xcc` args into one.
(cherry picked from commit a8e9a2f)
0 commit comments