Y
Hacker News
new
|
ask
|
show
|
jobs
by
StephanTLavavej
1708 days ago
MSVC has /O1 and /O2 (and /Os), but not /O3. See
https://docs.microsoft.com/en-us/cpp/build/reference/compile...
. (I work on MSVC's STL.)