Disabling Unsafe Loop Optimizations (/On)

The disable unsafe loop optimizations (/On) option is obsolete and is only retained for compatibility with existing makefiles. Loop optimizations are, by default, safe optimizations. The /On option is the default and has the opposite effect of the /Oz (enable aggressive optimizations) option.