[Python-Dev] Visual Studio 2008 compiler option EHsc ? (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Fri May 16 07:27:32 CEST 2008
- Previous message: [Python-Dev] Visual Studio 2008 compiler option EHsc ?
- Next message: [Python-Dev] Visual Studio 2008 compiler option EHsc ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In building a package with several platforms, I ran across the warning message below from Visual Studio 2008. Should we add the /EHsc option to the compileoptions in distutils for MSVC? Or is it more complex than that...
Who is "we"? If you have a module that uses C++ exceptions, you should certainly enable compiler support for exceptions, for that module.
Regards, Martin
- Previous message: [Python-Dev] Visual Studio 2008 compiler option EHsc ?
- Next message: [Python-Dev] Visual Studio 2008 compiler option EHsc ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]