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, we always run the test suite without optimizations. We should probably be running the test suite with different optimization levels in order to test what we ship more closely. In theory, there shouldn't be any difference since it's a compiler level thing and we don't do anything differently based on the -O level passed, but it would still be good to have coverage for that.
The text was updated successfully, but these errors were encountered:
Right now, we always run the test suite without optimizations. We should probably be running the test suite with different optimization levels in order to test what we ship more closely. In theory, there shouldn't be any difference since it's a compiler level thing and we don't do anything differently based on the
-O
level passed, but it would still be good to have coverage for that.The text was updated successfully, but these errors were encountered: