File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -666,6 +666,15 @@ Modules/getpath.o.
666666--with-libs='libs': Add 'libs' to the LIBS that the python interpreter
667667 is linked against.
668668
669+ --with-cxx=<compiler>: Some C++ compilers require that main() is
670+ compiled with the C++ if there is any C++ code in the application.
671+ Specifically, g++ on a.out systems may require that to support
672+ construction of global objects. With this option, the main() function
673+ of Python will be compiled with <compiler>; use that only if you
674+ plan to use C++ extension modules, and if your compiler requires
675+ compilation of main() as a C++ program.
676+
677+
669678--with-pydebug: Enable additional debugging code to help track down
670679 memory management problems. This allows printing a list of all
671680 live objects when the interpreter terminates.
You can’t perform that action at this time.
0 commit comments