[New-bugs-announce] [issue37794] Replace /Ox with /O2

Nikita Kniazev report at bugs.python.org
Thu Aug 8 13:14:02 EDT 2019


New submission from Nikita Kniazev <nok.raven at gmail.com>:

The /O2 is a superset of /Ox with additional /GF and /Gy switches
which enables strings and functions deduplication and almost always
are favorable optimizations without downsides.

https://docs.microsoft.com/en-us/cpp/build/reference/ox-full-optimization

----------
components: Distutils
messages: 349243
nosy: Kojoley, dstufft, eric.araujo
priority: normal
severity: normal
status: open
title: Replace /Ox with /O2
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37794>
_______________________________________


More information about the New-bugs-announce mailing list