This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Kojoley
Recipients Kojoley, dstufft, eric.araujo
Date 2019-08-08.17:14:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565284442.44.0.244166862045.issue37794@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-08-08 17:14:02Kojoleysetrecipients: + Kojoley, eric.araujo, dstufft
2019-08-08 17:14:02Kojoleysetmessageid: <1565284442.44.0.244166862045.issue37794@roundup.psfhosted.org>
2019-08-08 17:14:02Kojoleylinkissue37794 messages
2019-08-08 17:14:02Kojoleycreate