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
`Debug`, `Release`, and `RelWithDebInfo` set optimization levels and
also toggle debug generation.
Set `RelWithDebInfo` flags to be `-O3 -g` to match old `Test` mode
(normally it is `-O2 -g -DNDEBUG`).
Fixes#6419
0 commit comments