mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-22 04:18:30 +00:00
Attempt to build Python compiler program
This commit is contained in:
parent
d522a88def
commit
0c6581f912
27 changed files with 9780 additions and 2536 deletions
5
third_party/python/pyconfig.h
vendored
5
third_party/python/pyconfig.h
vendored
|
@ -1,5 +1,6 @@
|
|||
#ifndef Py_PYCONFIG_H
|
||||
#define Py_PYCONFIG_H
|
||||
#include "libc/dce.h"
|
||||
#include "third_party/zlib/zlib.h"
|
||||
|
||||
/* Define if building universal (internal helper macro) */
|
||||
|
@ -1360,7 +1361,9 @@
|
|||
/* #undef WITH_NEXT_FRAMEWORK */
|
||||
|
||||
/* Define if you want to compile in Python-specific mallocs */
|
||||
/* #define WITH_PYMALLOC 1 */
|
||||
#ifndef __FSANITIZE_ADDRESS__
|
||||
#define WITH_PYMALLOC 1
|
||||
#endif
|
||||
|
||||
/* Define if you want to compile in rudimentary thread support */
|
||||
/* #undef WITH_THREAD */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue