diff options
author | Greg Ward <gward@python.net> | 2000-08-31 00:31:07 +0000 |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-08-31 00:31:07 +0000 |
commit | 2b0a42c0b1c07055d47af6e9b41a05879ef9c71b (patch) | |
tree | 939b76ea685fd700bb61fa1b716fcfb51977467b /Python/pythonrun.c | |
parent | 045989aae380bfc8ef508c5dd32dc2756d4a848e (diff) | |
download | cpython-2b0a42c0b1c07055d47af6e9b41a05879ef9c71b.tar.gz |
Add /GX to 'compile_options'. This is definitely needed for C++ source;
according to the MS docs it enables exception-handling, and (according
to Alex Martelli <aleaxit@yahoo.com>) is needed to compile without
getting warnings from standard C++ library headers. Apparently
it doesn't cause any problems with C code, so I haven't bothered
conditionalizing the use of /GX.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions