mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Improve Python tree-shaking
This commit is contained in:
parent
5bb2275788
commit
4f41f2184d
169 changed files with 4182 additions and 2411 deletions
3
third_party/python/pyconfig.h
vendored
3
third_party/python/pyconfig.h
vendored
|
@ -1,7 +1,6 @@
|
|||
#ifndef Py_PYCONFIG_H
|
||||
#define Py_PYCONFIG_H
|
||||
#include "libc/dce.h"
|
||||
#include "third_party/zlib/zlib.h"
|
||||
|
||||
#define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
|
||||
/* #undef WORDS_BIGENDIAN */
|
||||
|
@ -1132,4 +1131,6 @@
|
|||
|
||||
#define SELECT_USES_HEAP 1
|
||||
|
||||
#define OPENSSL_NO_SCRYPT
|
||||
|
||||
#endif /*Py_PYCONFIG_H*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue