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
[E2E] Fix no_zstd_warning.cpp when built with clang-cl (#16002)
Currently, when this test is built with a compiler that accepts
MSVC-style flags, compilation fails because `-O0` is unrecognized. This
PR updates the test to replace `-O0` with `%O0`.
Internal bug report: CMPLRTST-26037
0 commit comments