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
Right now all builds are -g -O2, which seems bad. We should probably have some good way to detect the build profile and switch between -g -O0 (maybe -g -O1?) and -Ofast or whatever other flags we want for release.