Skip to content

Instantly share code, notes, and snippets.

@s1gtrap
Created April 9, 2024 13:51
Show Gist options
  • Save s1gtrap/a2daefae8ff65324afe19cf831db9dc8 to your computer and use it in GitHub Desktop.
Save s1gtrap/a2daefae8ff65324afe19cf831db9dc8 to your computer and use it in GitHub Desktop.
diff --git a/Users/s1g/Downloads/cpython.linux.diff b/Users/s1g/Downloads/cpython.macos.diff
index abd38bf..e2bc20a 100644
--- a/Users/s1g/Downloads/cpython.linux.diff
+++ b/Users/s1g/Downloads/cpython.macos.diff
@@ -1,24 +1,26 @@
$ time ./build-with-docker.sh
~/Workspaces/cpython/docker ~/Workspaces/cpython
-DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
- Install the buildx component to build images with BuildKit:
- https://docs.docker.com/go/buildx/
+[+] Building 1.3s (8/8) FINISHED docker:desktop-linux
+ => [internal] load build definition from Dockerfile 0.0s
+ => => transferring dockerfile: 804B 0.0s
+ => [internal] load metadata for docker.io/emscripten/emsdk:3.1.24 1.3s
+ => [auth] emscripten/emsdk:pull token for registry-1.docker.io 0.0s
+ => [internal] load .dockerignore 0.0s
+ => => transferring context: 2B 0.0s
+ => [1/3] FROM docker.io/emscripten/emsdk:3.1.24@sha256:41a295159bab31f36261e6f3616dc44efc1207bc396e488a30530e40085d8cfe 0.0s
+ => CACHED [2/3] RUN DEBIAN_FRONTEND=noninteractive apt --no-install-recommends -qy update && DEBIAN_FRONTEND=noninteractive apt --no-install-recommends -qy install docker.io pkg-config ninja 0.0s
+ => CACHED [3/3] RUN mkdir -p /.npm && chmod a+rwx /.npm 0.0s
+ => exporting to image 0.0s
+ => => exporting layers 0.0s
+ => => writing image sha256:0782e7e9768828a827992878f261401c9d832a1f19b17cbf6d47c3072b370d73 0.0s
+ => => naming to docker.io/library/emception_build 0.0s
-Sending build context to Docker daemon 2.56kB
-Step 1/4 : FROM emscripten/emsdk:3.1.24
- ---> 6ea788598065
-Step 2/4 : RUN DEBIAN_FRONTEND=noninteractive apt --no-install-recommends -qy update && DEBIAN_FRONTEND=noninteractive apt --no-install-recommends -qy install docker.io pkg-config ninja-build jq brotli autoconf autoconf-archive automake zlib1g-dev
- ---> Using cache
- ---> dee6cc7d505f
-Step 3/4 : ENV PATH="${EMSDK}/upstream/bin:${PATH}"
- ---> Using cache
- ---> 3ce482834436
-Step 4/4 : RUN mkdir -p /.npm && chmod a+rwx /.npm
- ---> Using cache
- ---> 3dbee312a6da
-Successfully built 3dbee312a6da
-Successfully tagged emception_build:latest
+View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/rxt44c30kjich5tdgal6c19x9
+
+What's Next?
+ View a summary of image vulnerabilities and recommendations → docker scout quickview
~/Workspaces/cpython
+WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
shared:INFO: (Emscripten: Running sanity checks)
cache:INFO: generating system headers: sysroot_install.stamp... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot_install.stamp" for subsequent builds)
cache:INFO: - ok
@@ -57,20 +59,22 @@ system_libs:INFO: compiled 21 inputs
cache:INFO: - ok
cache:INFO: generating system asset: sysroot/lib/wasm32-emscripten/struct_info.json... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/struct_info.json" for subsequent builds)
cache:INFO: - ok
-Cloning into '/home/s1g/Workspaces/cpython/upstream/cpython'...
-/home/s1g/Workspaces/cpython/upstream/cpython /home/s1g/Workspaces/cpython
+Cloning into '/Users/s1g/Workspaces/cpython/upstream/cpython'...
+Updating files: 100% (4875/4875), done.
+/Users/s1g/Workspaces/cpython/upstream/cpython /Users/s1g/Workspaces/cpython
From https://github.com/python/cpython
* branch b8a9f13abb61bd91a368e2d3f339de736863050f -> FETCH_HEAD
+Updating files: 100% (3667/3667), done.
HEAD is now at b8a9f13abb gh-97616: test_list_resize_overflow() uses sys.maxsize (#99057)
-/home/s1g/Workspaces/cpython
-/home/s1g/Workspaces/cpython/upstream/cpython /home/s1g/Workspaces/cpython
+/Users/s1g/Workspaces/cpython
+/Users/s1g/Workspaces/cpython/upstream/cpython /Users/s1g/Workspaces/cpython
error: patch failed: Modules/Setup.stdlib.in:118
error: Modules/Setup.stdlib.in: patch does not apply
error: Modules/_emception.c: No such file or directory
error: patch failed: configure.ac:1253
error: configure.ac: patch does not apply
-/home/s1g/Workspaces/cpython
-/home/s1g/Workspaces/cpython/build/cpython-native /home/s1g/Workspaces/cpython
+/Users/s1g/Workspaces/cpython
+/Users/s1g/Workspaces/cpython/build/cpython-native /Users/s1g/Workspaces/cpython
configure: creating cache config.cache
checking for git... found
checking build system type... x86_64-pc-linux-gnu
@@ -90,7 +94,7 @@ checking MACHDEP... "linux"
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
-checking for suffix of executables...
+checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
@@ -120,25 +124,25 @@ configure:
By default, distutils will build C++ extension modules with "g++".
If this is not intended, then set CXX on the configure command line.
-
+
checking for the platform triplet based on compiler characteristics... x86_64-linux-gnu
checking for multiarch... x86_64-linux-gnu
checking for PEP 11 support tier... x86_64-pc-linux-gnu/gcc has tier 1 (supported)
checking for -Wl,--no-as-needed... yes
checking for the Android API level... not Android
-checking for --with-emscripten-target...
+checking for --with-emscripten-target...
checking for --enable-wasm-dynamic-linking... missing
checking for --enable-wasm-pthreads... missing
-checking for --with-suffix...
-checking for case-insensitive build directory... no
+checking for --with-suffix...
+checking for case-insensitive build directory... yes
checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a
checking LINKCC... $(PURIFY) $(CC)
-checking EXPORTSYMS...
+checking EXPORTSYMS...
checking for GNU ld... yes
checking for --enable-shared... no
checking for --with-static-libpython... yes
checking for --enable-profiling... no
-checking LDLIBRARY... checking HOSTRUNNER...
+checking LDLIBRARY... checking HOSTRUNNER...
libpython$(VERSION)$(ABIFLAGS).a
checking for ar... ar
checking for a BSD-compatible install... /usr/bin/install -c
@@ -467,7 +471,7 @@ checking LDSHARED... $(CC) -shared
checking BLDSHARED flags... $(CC) -shared
checking CCSHARED... -fPIC
checking LINKFORSHARED... -Xlinker -export-dynamic
-checking CFLAGSFORSHARED...
+checking CFLAGSFORSHARED...
checking SHLIBS... $(LIBS)
checking perf trampoline... yes
checking for sendfile in -lsendfile... no
@@ -525,7 +529,7 @@ checking db.h usability... no
checking db.h presence... no
checking for db.h... no
checking for --with-dbmliborder... gdbm:ndbm:bdb
-checking for _dbm module CFLAGS and LIBS...
+checking for _dbm module CFLAGS and LIBS...
checking if PTHREAD_SCOPE_SYSTEM is supported... yes
checking for pthread_sigmask... yes
checking for pthread_getcpuclockid... yes
@@ -862,7 +866,7 @@ checking size of wchar_t... 4
checking whether wchar_t is signed... yes
checking whether wchar_t is usable... no
checking whether byte ordering is bigendian... no
-checking ABIFLAGS...
+checking ABIFLAGS...
checking SOABI... cpython-312-x86_64-linux-gnu
checking LDVERSION... $(VERSION)$(ABIFLAGS)
checking for --with-platlibdir... no
@@ -932,7 +936,7 @@ checking for openssl/ssl.h in /usr/pkg... no
checking for openssl/ssl.h in /usr/local... no
checking for openssl/ssl.h in /usr... no
checking whether compiling and linking against OpenSSL works... no
-checking for --with-openssl-rpath...
+checking for --with-openssl-rpath...
checking whether OpenSSL provides required ssl module APIs... no
checking whether OpenSSL provides required hashlib module APIs... no
checking for --with-ssl-default-suites... python
@@ -1004,253 +1008,258 @@ configure:
If you want a release build with all stable optimizations active (PGO, etc),
please run ./configure --enable-optimizations
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Programs/python.o /home/s1g/Workspaces/cpython/upstream/cpython/Programs/python.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/token.o /home/s1g/Workspaces/cpython/upstream/cpython/Parser/token.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/pegen.o /home/s1g/Workspaces/cpython/upstream/cpython/Parser/pegen.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/pegen_errors.o /home/s1g/Workspaces/cpython/upstream/cpython/Parser/pegen_errors.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/action_helpers.o /home/s1g/Workspaces/cpython/upstream/cpython/Parser/action_helpers.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/parser.o /home/s1g/Workspaces/cpython/upstream/cpython/Parser/parser.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/string_parser.o /home/s1g/Workspaces/cpython/upstream/cpython/Parser/string_parser.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/peg_api.o /home/s1g/Workspaces/cpython/upstream/cpython/Parser/peg_api.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/myreadline.o /home/s1g/Workspaces/cpython/upstream/cpython/Parser/myreadline.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/tokenizer.o /home/s1g/Workspaces/cpython/upstream/cpython/Parser/tokenizer.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/abstract.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/abstract.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/boolobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/boolobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/bytes_methods.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/bytes_methods.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/bytearrayobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/bytearrayobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/bytesobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/bytesobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/call.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/call.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/capsule.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/capsule.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/cellobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/cellobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/classobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/classobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/codeobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/codeobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/complexobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/complexobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/descrobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/descrobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/enumobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/enumobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/exceptions.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/exceptions.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/genericaliasobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/genericaliasobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/genobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/genobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/fileobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/fileobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/floatobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/floatobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/frameobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/frameobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/funcobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/funcobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/interpreteridobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/interpreteridobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/iterobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/iterobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/listobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/listobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/longobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/longobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/dictobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/dictobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/odictobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/odictobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/memoryobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/memoryobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/methodobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/methodobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/moduleobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/moduleobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/namespaceobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/namespaceobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/object.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/object.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/obmalloc.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/obmalloc.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/picklebufobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/picklebufobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/rangeobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/rangeobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/setobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/setobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/sliceobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/sliceobject.c
-/home/s1g/Workspaces/cpython/upstream/cpython/Objects/obmalloc.c:1450:1: warning: always_inline function might not be inlinable [-Wattributes]
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Programs/python.o /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/python.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/token.o /Users/s1g/Workspaces/cpython/upstream/cpython/Parser/token.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/pegen.o /Users/s1g/Workspaces/cpython/upstream/cpython/Parser/pegen.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/pegen_errors.o /Users/s1g/Workspaces/cpython/upstream/cpython/Parser/pegen_errors.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/action_helpers.o /Users/s1g/Workspaces/cpython/upstream/cpython/Parser/action_helpers.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/parser.o /Users/s1g/Workspaces/cpython/upstream/cpython/Parser/parser.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/string_parser.o /Users/s1g/Workspaces/cpython/upstream/cpython/Parser/string_parser.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/peg_api.o /Users/s1g/Workspaces/cpython/upstream/cpython/Parser/peg_api.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/myreadline.o /Users/s1g/Workspaces/cpython/upstream/cpython/Parser/myreadline.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/tokenizer.o /Users/s1g/Workspaces/cpython/upstream/cpython/Parser/tokenizer.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/abstract.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/abstract.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/boolobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/boolobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/bytes_methods.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/bytes_methods.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/bytearrayobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/bytearrayobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/bytesobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/bytesobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/call.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/call.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/capsule.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/capsule.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/cellobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/cellobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/classobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/classobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/codeobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/codeobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/complexobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/complexobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/descrobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/descrobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/enumobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/enumobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/exceptions.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/exceptions.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/genericaliasobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/genericaliasobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/genobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/genobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/fileobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/fileobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/floatobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/floatobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/frameobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/frameobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/funcobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/funcobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/interpreteridobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/interpreteridobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/iterobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/iterobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/listobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/listobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/longobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/longobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/dictobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/dictobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/odictobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/odictobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/memoryobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/memoryobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/methodobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/methodobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/moduleobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/moduleobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/namespaceobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/namespaceobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/object.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/object.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/obmalloc.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/obmalloc.c
+/Users/s1g/Workspaces/cpython/upstream/cpython/Objects/obmalloc.c:1450:1: warning: always_inline function might not be inlinable [-Wattributes]
1450 | arena_map_get(block *p, int create)
| ^~~~~~~~~~~~~
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/structseq.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/structseq.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/tupleobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/tupleobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/typeobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/typeobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/unicodeobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/unicodeobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/unicodectype.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/unicodectype.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/unionobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/unionobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/weakrefobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/weakrefobject.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/asm_trampoline.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/asm_trampoline.S
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/_warnings.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/_warnings.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/Python-ast.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/Python-ast.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/Python-tokenize.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/Python-tokenize.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/asdl.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/asdl.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ast.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/ast.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ast_opt.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/ast_opt.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ast_unparse.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/ast_unparse.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/bltinmodule.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/bltinmodule.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ceval.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/ceval.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/codecs.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/codecs.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/compile.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/compile.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/context.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/context.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/dynamic_annotations.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/dynamic_annotations.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/errors.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/errors.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/frame.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/frame.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/frozenmain.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/frozenmain.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/future.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/future.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getargs.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/getargs.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getcompiler.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/getcompiler.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getcopyright.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/getcopyright.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/getplatform.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getversion.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/getversion.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ceval_gil.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/ceval_gil.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/hamt.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/hamt.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/hashtable.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/hashtable.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/import.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/import.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -I. -o Python/importdl.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/importdl.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/initconfig.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/initconfig.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/marshal.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/marshal.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/modsupport.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/modsupport.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/mysnprintf.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/mysnprintf.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/mystrtoul.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/mystrtoul.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pathconfig.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pathconfig.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/preconfig.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/preconfig.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pyarena.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pyarena.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pyctype.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pyctype.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pyfpe.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pyfpe.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pyhash.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pyhash.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pylifecycle.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pylifecycle.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pymath.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pymath.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pystate.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pystate.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pythonrun.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pythonrun.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pytime.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pytime.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/bootstrap_hash.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/bootstrap_hash.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/specialize.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/specialize.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/structmember.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/structmember.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/symtable.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/symtable.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE \
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/picklebufobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/picklebufobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/rangeobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/rangeobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/setobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/setobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/sliceobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/sliceobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/structseq.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/structseq.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/tupleobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/tupleobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/typeobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/typeobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/unicodeobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/unicodeobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/unicodectype.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/unicodectype.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/unionobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/unionobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/weakrefobject.o /Users/s1g/Workspaces/cpython/upstream/cpython/Objects/weakrefobject.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/asm_trampoline.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/asm_trampoline.S
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/_warnings.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/_warnings.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/Python-ast.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/Python-ast.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/Python-tokenize.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/Python-tokenize.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/asdl.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/asdl.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ast.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/ast.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ast_opt.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/ast_opt.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ast_unparse.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/ast_unparse.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/bltinmodule.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/bltinmodule.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ceval.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/ceval.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/codecs.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/codecs.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/compile.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/compile.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/context.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/context.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/dynamic_annotations.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/dynamic_annotations.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/errors.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/errors.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/frame.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/frame.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/frozenmain.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/frozenmain.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/future.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/future.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getargs.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/getargs.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getcompiler.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/getcompiler.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getcopyright.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/getcopyright.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/getplatform.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getversion.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/getversion.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ceval_gil.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/ceval_gil.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/hamt.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/hamt.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/hashtable.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/hashtable.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/import.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/import.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -I. -o Python/importdl.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/importdl.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/initconfig.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/initconfig.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/marshal.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/marshal.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/modsupport.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/modsupport.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/mysnprintf.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/mysnprintf.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/mystrtoul.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/mystrtoul.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pathconfig.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pathconfig.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/preconfig.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/preconfig.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pyarena.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pyarena.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pyctype.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pyctype.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pyfpe.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pyfpe.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pyhash.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pyhash.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pylifecycle.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pylifecycle.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pymath.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pymath.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pystate.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pystate.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pythonrun.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pythonrun.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pytime.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pytime.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/bootstrap_hash.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/bootstrap_hash.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/specialize.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/specialize.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/structmember.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/structmember.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/symtable.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/symtable.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE \
-DABIFLAGS='""' \
-DMULTIARCH=\"x86_64-linux-gnu\" \
- -o Python/sysmodule.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/sysmodule.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/thread.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/thread.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/traceback.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/traceback.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getopt.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/getopt.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pystrcmp.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pystrcmp.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pystrtod.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pystrtod.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pystrhex.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pystrhex.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/dtoa.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/dtoa.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/formatter_unicode.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/formatter_unicode.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/fileutils.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/fileutils.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/suggestions.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/suggestions.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/perf_trampoline.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/perf_trampoline.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE \
+ -o Python/sysmodule.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/sysmodule.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/thread.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/thread.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/traceback.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/traceback.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getopt.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/getopt.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pystrcmp.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pystrcmp.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pystrtod.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pystrtod.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pystrhex.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/pystrhex.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/dtoa.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/dtoa.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/formatter_unicode.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/formatter_unicode.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/fileutils.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/fileutils.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/suggestions.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/suggestions.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/perf_trampoline.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/perf_trampoline.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE \
-DSOABI='"cpython-312-x86_64-linux-gnu"' \
- -o Python/dynload_shlib.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/dynload_shlib.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Modules/main.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/main.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Modules/gcmodule.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/gcmodule.c
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/atexitmodule.c -o Modules/atexitmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/faulthandler.c -o Modules/faulthandler.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/posixmodule.c -o Modules/posixmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/signalmodule.c -o Modules/signalmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_tracemalloc.c -o Modules/_tracemalloc.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_codecsmodule.c -o Modules/_codecsmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/errnomodule.c -o Modules/errnomodule.o
-gcc -pthread -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/_iomodule.c -o Modules/_io/_iomodule.o
-gcc -pthread -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/iobase.c -o Modules/_io/iobase.o
-gcc -pthread -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/fileio.c -o Modules/_io/fileio.o
-gcc -pthread -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/bytesio.c -o Modules/_io/bytesio.o
-gcc -pthread -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/bufferedio.c -o Modules/_io/bufferedio.o
-gcc -pthread -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/textio.c -o Modules/_io/textio.o
-gcc -pthread -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/stringio.c -o Modules/_io/stringio.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_sre/sre.c -o Modules/_sre/sre.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_threadmodule.c -o Modules/_threadmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/timemodule.c -o Modules/timemodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_weakref.c -o Modules/_weakref.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_abc.c -o Modules/_abc.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_localemodule.c -o Modules/_localemodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_operator.c -o Modules/_operator.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_stat.c -o Modules/_stat.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/symtablemodule.c -o Modules/symtablemodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/pwdmodule.c -o Modules/pwdmodule.o
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Programs/_freeze_module.o /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Modules/getpath_noop.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/getpath_noop.c
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/arraymodule.c -o Modules/arraymodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_asynciomodule.c -o Modules/_asynciomodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_bisectmodule.c -o Modules/_bisectmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_contextvarsmodule.c -o Modules/_contextvarsmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_csv.c -o Modules/_csv.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_heapqmodule.c -o Modules/_heapqmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_json.c -o Modules/_json.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_lsprof.c -o Modules/_lsprof.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/rotatingtree.c -o Modules/rotatingtree.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_opcode.c -o Modules/_opcode.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_pickle.c -o Modules/_pickle.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_queuemodule.c -o Modules/_queuemodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_randommodule.c -o Modules/_randommodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_struct.c -o Modules/_struct.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_typingmodule.c -o Modules/_typingmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_xxsubinterpretersmodule.c -o Modules/_xxsubinterpretersmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_zoneinfo.c -o Modules/_zoneinfo.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/audioop.c -o Modules/audioop.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/mathmodule.c -o Modules/mathmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/cmathmodule.c -o Modules/cmathmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_statisticsmodule.c -o Modules/_statisticsmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_datetimemodule.c -o Modules/_datetimemodule.o
-gcc -pthread -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/basearith.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/basearith.c
-gcc -pthread -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/constants.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/constants.c
-gcc -pthread -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/context.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/context.c
-gcc -pthread -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/convolute.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/convolute.c
-gcc -pthread -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/crt.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/crt.c
-gcc -pthread -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/difradix2.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/difradix2.c
-gcc -pthread -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/fnt.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/fnt.c
-gcc -pthread -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/fourstep.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/fourstep.c
-gcc -pthread -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/io.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/io.c
-gcc -pthread -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/mpalloc.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/mpalloc.c
-gcc -pthread -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/mpdecimal.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/mpdecimal.c
-gcc -pthread -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/numbertheory.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/numbertheory.c
-gcc -pthread -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/sixstep.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/sixstep.c
-gcc -pthread -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/transpose.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/transpose.c
-gcc -pthread -DUSE_ZLIB_CRC32 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/binascii.c -o Modules/binascii.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/zlibmodule.c -o Modules/zlibmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/md5module.c -o Modules/md5module.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/sha1module.c -o Modules/sha1module.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/sha256module.c -o Modules/sha256module.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/sha512module.c -o Modules/sha512module.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_sha3/sha3module.c -o Modules/_sha3/sha3module.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_blake2/blake2module.c -o Modules/_blake2/blake2module.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_blake2/blake2b_impl.c -o Modules/_blake2/blake2b_impl.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_blake2/blake2s_impl.c -o Modules/_blake2/blake2s_impl.o
-gcc -pthread -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/expat/xmlparse.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat/xmlparse.c
-gcc -pthread -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/expat/xmlrole.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat/xmlrole.c
-gcc -pthread -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/expat/xmltok.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat/xmltok.c
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_cn.c -o Modules/cjkcodecs/_codecs_cn.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_hk.c -o Modules/cjkcodecs/_codecs_hk.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_iso2022.c -o Modules/cjkcodecs/_codecs_iso2022.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_jp.c -o Modules/cjkcodecs/_codecs_jp.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_kr.c -o Modules/cjkcodecs/_codecs_kr.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_tw.c -o Modules/cjkcodecs/_codecs_tw.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/multibytecodec.c -o Modules/cjkcodecs/multibytecodec.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/unicodedata.c -o Modules/unicodedata.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_cryptmodule.c -o Modules/_cryptmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/fcntlmodule.c -o Modules/fcntlmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/grpmodule.c -o Modules/grpmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/mmapmodule.c -o Modules/mmapmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/nismodule.c -o Modules/nismodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/ossaudiodev.c -o Modules/ossaudiodev.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_posixsubprocess.c -o Modules/_posixsubprocess.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/resource.c -o Modules/resource.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/selectmodule.c -o Modules/selectmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/socketmodule.c -o Modules/socketmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/spwdmodule.c -o Modules/spwdmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/syslogmodule.c -o Modules/syslogmodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/termios.c -o Modules/termios.o
-gcc -pthread -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_multiprocessing -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_multiprocessing/posixshmem.c -o Modules/_multiprocessing/posixshmem.o
-gcc -pthread -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_multiprocessing -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_multiprocessing/multiprocessing.c -o Modules/_multiprocessing/multiprocessing.o
-gcc -pthread -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_multiprocessing -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_multiprocessing/semaphore.c -o Modules/_multiprocessing/semaphore.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/xxsubtype.c -o Modules/xxsubtype.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_xxtestfuzz/_xxtestfuzz.c -o Modules/_xxtestfuzz/_xxtestfuzz.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_xxtestfuzz/fuzzer.c -o Modules/_xxtestfuzz/fuzzer.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_testbuffer.c -o Modules/_testbuffer.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_testinternalcapi.c -o Modules/_testinternalcapi.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_testcapimodule.c -o Modules/_testcapimodule.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_testcapi/vectorcall.c -o Modules/_testcapi/vectorcall.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_testcapi/vectorcall_limited.c -o Modules/_testcapi/vectorcall_limited.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_testcapi/heaptype.c -o Modules/_testcapi/heaptype.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_testcapi/unicode.c -o Modules/_testcapi/unicode.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_testimportmultiple.c -o Modules/_testimportmultiple.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_testmultiphase.c -o Modules/_testmultiphase.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/xxlimited.c -o Modules/xxlimited.o
-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/xxlimited_35.c -o Modules/xxlimited_35.o
-/usr/bin/install -c -m 644 /home/s1g/Workspaces/cpython/upstream/cpython/Tools/gdb/libpython.py python-gdb.py
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Programs/_testembed.o /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_testembed.c
-sed -e "s,/usr/bin/env python3,/usr/local/bin/python3.12," < /home/s1g/Workspaces/cpython/upstream/cpython/Tools/scripts/2to3 > build/scripts-3.12/2to3-3.12
-sed -e "s,/usr/bin/env python3,/usr/local/bin/python3.12," < /home/s1g/Workspaces/cpython/upstream/cpython/Tools/scripts/idle3 > build/scripts-3.12/idle3.12
-sed -e "s,/usr/bin/env python3,/usr/local/bin/python3.12," < /home/s1g/Workspaces/cpython/upstream/cpython/Tools/scripts/pydoc3 > build/scripts-3.12/pydoc3.12
-sed -e "s,@EXENAME@,/usr/local/bin/python3.12," < /home/s1g/Workspaces/cpython/upstream/cpython/Misc/python-config.in >python-config.py
+ -o Python/dynload_shlib.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/dynload_shlib.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Modules/main.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/main.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Modules/gcmodule.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/gcmodule.c
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/atexitmodule.c -o Modules/atexitmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/faulthandler.c -o Modules/faulthandler.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/posixmodule.c -o Modules/posixmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/signalmodule.c -o Modules/signalmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_tracemalloc.c -o Modules/_tracemalloc.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_codecsmodule.c -o Modules/_codecsmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/errnomodule.c -o Modules/errnomodule.o
+gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/_iomodule.c -o Modules/_io/_iomodule.o
+gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/iobase.c -o Modules/_io/iobase.o
+gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/fileio.c -o Modules/_io/fileio.o
+gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/bytesio.c -o Modules/_io/bytesio.o
+gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/bufferedio.c -o Modules/_io/bufferedio.o
+gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/textio.c -o Modules/_io/textio.o
+gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/stringio.c -o Modules/_io/stringio.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_sre/sre.c -o Modules/_sre/sre.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_threadmodule.c -o Modules/_threadmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/timemodule.c -o Modules/timemodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_weakref.c -o Modules/_weakref.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_abc.c -o Modules/_abc.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_localemodule.c -o Modules/_localemodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_operator.c -o Modules/_operator.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_stat.c -o Modules/_stat.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/symtablemodule.c -o Modules/symtablemodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/pwdmodule.c -o Modules/pwdmodule.o
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Programs/_freeze_module.o /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Modules/getpath_noop.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/getpath_noop.c
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/arraymodule.c -o Modules/arraymodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_asynciomodule.c -o Modules/_asynciomodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_bisectmodule.c -o Modules/_bisectmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_contextvarsmodule.c -o Modules/_contextvarsmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_csv.c -o Modules/_csv.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_heapqmodule.c -o Modules/_heapqmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_json.c -o Modules/_json.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_lsprof.c -o Modules/_lsprof.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/rotatingtree.c -o Modules/rotatingtree.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_opcode.c -o Modules/_opcode.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_pickle.c -o Modules/_pickle.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_queuemodule.c -o Modules/_queuemodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_randommodule.c -o Modules/_randommodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_struct.c -o Modules/_struct.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_typingmodule.c -o Modules/_typingmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_xxsubinterpretersmodule.c -o Modules/_xxsubinterpretersmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_zoneinfo.c -o Modules/_zoneinfo.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/audioop.c -o Modules/audioop.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/mathmodule.c -o Modules/mathmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/cmathmodule.c -o Modules/cmathmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_statisticsmodule.c -o Modules/_statisticsmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_datetimemodule.c -o Modules/_datetimemodule.o
+gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/basearith.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/basearith.c
+gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/constants.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/constants.c
+gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/context.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/context.c
+gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/convolute.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/convolute.c
+gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/crt.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/crt.c
+gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/difradix2.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/difradix2.c
+gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/fnt.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/fnt.c
+gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/fourstep.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/fourstep.c
+gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/io.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/io.c
+gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/mpalloc.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/mpalloc.c
+gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/mpdecimal.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/mpdecimal.c
+gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/numbertheory.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/numbertheory.c
+gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/sixstep.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/sixstep.c
+gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/_decimal/libmpdec/transpose.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/transpose.c
+gcc -pthread -DUSE_ZLIB_CRC32 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/binascii.c -o Modules/binascii.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/zlibmodule.c -o Modules/zlibmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/md5module.c -o Modules/md5module.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/sha1module.c -o Modules/sha1module.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/sha256module.c -o Modules/sha256module.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/sha512module.c -o Modules/sha512module.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_sha3/sha3module.c -o Modules/_sha3/sha3module.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_blake2/blake2module.c -o Modules/_blake2/blake2module.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_blake2/blake2b_impl.c -o Modules/_blake2/blake2b_impl.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_blake2/blake2s_impl.c -o Modules/_blake2/blake2s_impl.o
+gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/expat/xmlparse.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/expat/xmlparse.c
+gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/expat/xmlrole.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/expat/xmlrole.c
+gcc -pthread -c -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -o Modules/expat/xmltok.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/expat/xmltok.c
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_cn.c -o Modules/cjkcodecs/_codecs_cn.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_hk.c -o Modules/cjkcodecs/_codecs_hk.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_iso2022.c -o Modules/cjkcodecs/_codecs_iso2022.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_jp.c -o Modules/cjkcodecs/_codecs_jp.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_kr.c -o Modules/cjkcodecs/_codecs_kr.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_tw.c -o Modules/cjkcodecs/_codecs_tw.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/multibytecodec.c -o Modules/cjkcodecs/multibytecodec.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/unicodedata.c -o Modules/unicodedata.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_cryptmodule.c -o Modules/_cryptmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/fcntlmodule.c -o Modules/fcntlmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/grpmodule.c -o Modules/grpmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/mmapmodule.c -o Modules/mmapmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/nismodule.c -o Modules/nismodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/ossaudiodev.c -o Modules/ossaudiodev.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_posixsubprocess.c -o Modules/_posixsubprocess.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/resource.c -o Modules/resource.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/selectmodule.c -o Modules/selectmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/socketmodule.c -o Modules/socketmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/spwdmodule.c -o Modules/spwdmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/syslogmodule.c -o Modules/syslogmodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/termios.c -o Modules/termios.o
+gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_multiprocessing -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_multiprocessing/posixshmem.c -o Modules/_multiprocessing/posixshmem.o
+gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_multiprocessing -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_multiprocessing/multiprocessing.c -o Modules/_multiprocessing/multiprocessing.o
+gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_multiprocessing -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_multiprocessing/semaphore.c -o Modules/_multiprocessing/semaphore.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/xxsubtype.c -o Modules/xxsubtype.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_xxtestfuzz/_xxtestfuzz.c -o Modules/_xxtestfuzz/_xxtestfuzz.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_xxtestfuzz/fuzzer.c -o Modules/_xxtestfuzz/fuzzer.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_testbuffer.c -o Modules/_testbuffer.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_testinternalcapi.c -o Modules/_testinternalcapi.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_testcapimodule.c -o Modules/_testcapimodule.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_testcapi/vectorcall.c -o Modules/_testcapi/vectorcall.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_testcapi/vectorcall_limited.c -o Modules/_testcapi/vectorcall_limited.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_testcapi/heaptype.c -o Modules/_testcapi/heaptype.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_testcapi/unicode.c -o Modules/_testcapi/unicode.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_testimportmultiple.c -o Modules/_testimportmultiple.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_testmultiphase.c -o Modules/_testmultiphase.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/xxlimited.c -o Modules/xxlimited.o
+gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/xxlimited_35.c -o Modules/xxlimited_35.o
+/usr/bin/install -c -m 644 /Users/s1g/Workspaces/cpython/upstream/cpython/Tools/gdb/libpython.py python.exe-gdb.py
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Programs/_testembed.o /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_testembed.c
+sed -e "s,/usr/bin/env python3,/usr/local/bin/python3.12," < /Users/s1g/Workspaces/cpython/upstream/cpython/Tools/scripts/2to3 > build/scripts-3.12/2to3-3.12
+sed -e "s,/usr/bin/env python3,/usr/local/bin/python3.12," < /Users/s1g/Workspaces/cpython/upstream/cpython/Tools/scripts/idle3 > build/scripts-3.12/idle3.12
+sed -e "s,/usr/bin/env python3,/usr/local/bin/python3.12," < /Users/s1g/Workspaces/cpython/upstream/cpython/Tools/scripts/pydoc3 > build/scripts-3.12/pydoc3.12
+sed -e "s,@EXENAME@,/usr/local/bin/python3.12," < /Users/s1g/Workspaces/cpython/upstream/cpython/Misc/python-config.in >python-config.py
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE \
+ -DGITVERSION="\"`LC_ALL=C git --git-dir /Users/s1g/Workspaces/cpython/upstream/cpython/.git rev-parse --short HEAD`\"" \
+ -DGITTAG="\"`LC_ALL=C git --git-dir /Users/s1g/Workspaces/cpython/upstream/cpython/.git describe --all --always --dirty`\"" \
+ -DGITBRANCH="\"`LC_ALL=C git --git-dir /Users/s1g/Workspaces/cpython/upstream/cpython/.git name-rev --name-only HEAD`\"" \
+ -o Modules/getbuildinfo.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/getbuildinfo.c
gcc -pthread -shared Modules/arraymodule.o -o Modules/array.cpython-312-x86_64-linux-gnu.so
LC_ALL=C sed -e 's,\$(\([A-Za-z0-9_]*\)),\$\{\1\},g' < Misc/python-config.sh >python-config
gcc -pthread -shared Modules/_asynciomodule.o -o Modules/_asyncio.cpython-312-x86_64-linux-gnu.so
@@ -1261,6 +1270,7 @@ gcc -pthread -shared Modules/_heapqmodule.o -o Modules/_heapq.cpython-312
gcc -pthread -shared Modules/_json.o -o Modules/_json.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_lsprof.o Modules/rotatingtree.o -o Modules/_lsprof.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_opcode.o -o Modules/_opcode.cpython-312-x86_64-linux-gnu.so
+gcc -pthread -shared Modules/_pickle.o -o Modules/_pickle.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_queuemodule.o -o Modules/_queue.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_randommodule.o -o Modules/_random.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_struct.o -o Modules/_struct.cpython-312-x86_64-linux-gnu.so
@@ -1268,9 +1278,12 @@ gcc -pthread -shared Modules/_typingmodule.o -o Modules/_typing.cpython-3
gcc -pthread -shared Modules/_xxsubinterpretersmodule.o -o Modules/_xxsubinterpreters.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_zoneinfo.o -o Modules/_zoneinfo.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/audioop.o -lm -o Modules/audioop.cpython-312-x86_64-linux-gnu.so
+gcc -pthread -shared Modules/mathmodule.o -lm -o Modules/math.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/cmathmodule.o -lm -o Modules/cmath.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_statisticsmodule.o -lm -o Modules/_statistics.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_datetimemodule.o -lm -o Modules/_datetime.cpython-312-x86_64-linux-gnu.so
+rm -f Modules/_decimal/libmpdec/libmpdec.a
+ar rcs Modules/_decimal/libmpdec/libmpdec.a Modules/_decimal/libmpdec/basearith.o Modules/_decimal/libmpdec/constants.o Modules/_decimal/libmpdec/context.o Modules/_decimal/libmpdec/convolute.o Modules/_decimal/libmpdec/crt.o Modules/_decimal/libmpdec/difradix2.o Modules/_decimal/libmpdec/fnt.o Modules/_decimal/libmpdec/fourstep.o Modules/_decimal/libmpdec/io.o Modules/_decimal/libmpdec/mpalloc.o Modules/_decimal/libmpdec/mpdecimal.o Modules/_decimal/libmpdec/numbertheory.o Modules/_decimal/libmpdec/sixstep.o Modules/_decimal/libmpdec/transpose.o
gcc -pthread -shared Modules/binascii.o -lz -o Modules/binascii.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/zlibmodule.o -lz -o Modules/zlib.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/md5module.o -o Modules/_md5.cpython-312-x86_64-linux-gnu.so
@@ -1279,13 +1292,16 @@ gcc -pthread -shared Modules/sha256module.o -o Modules/_sha256.cpython-31
gcc -pthread -shared Modules/sha512module.o -o Modules/_sha512.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_sha3/sha3module.o -o Modules/_sha3.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_blake2/blake2module.o Modules/_blake2/blake2b_impl.o Modules/_blake2/blake2s_impl.o -o Modules/_blake2.cpython-312-x86_64-linux-gnu.so
+rm -f Modules/expat/libexpat.a
gcc -pthread -shared Modules/cjkcodecs/_codecs_cn.o -o Modules/_codecs_cn.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/cjkcodecs/_codecs_hk.o -o Modules/_codecs_hk.cpython-312-x86_64-linux-gnu.so
+ar rcs Modules/expat/libexpat.a Modules/expat/xmlparse.o Modules/expat/xmlrole.o Modules/expat/xmltok.o
gcc -pthread -shared Modules/cjkcodecs/_codecs_iso2022.o -o Modules/_codecs_iso2022.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/cjkcodecs/_codecs_jp.o -o Modules/_codecs_jp.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/cjkcodecs/_codecs_kr.o -o Modules/_codecs_kr.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/cjkcodecs/_codecs_tw.o -o Modules/_codecs_tw.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/cjkcodecs/multibytecodec.o -o Modules/_multibytecodec.cpython-312-x86_64-linux-gnu.so
+gcc -pthread -shared Modules/unicodedata.o -o Modules/unicodedata.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_cryptmodule.o -lcrypt -o Modules/_crypt.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/fcntlmodule.o -o Modules/fcntl.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/grpmodule.o -o Modules/grp.cpython-312-x86_64-linux-gnu.so
@@ -1295,6 +1311,7 @@ gcc -pthread -shared Modules/ossaudiodev.o -o Modules/ossaudiodev.cpython
gcc -pthread -shared Modules/_posixsubprocess.o -o Modules/_posixsubprocess.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/resource.o -o Modules/resource.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/selectmodule.o -o Modules/select.cpython-312-x86_64-linux-gnu.so
+gcc -pthread -shared Modules/socketmodule.o -o Modules/_socket.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/spwdmodule.o -o Modules/spwd.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/syslogmodule.o -o Modules/syslog.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/termios.o -o Modules/termios.cpython-312-x86_64-linux-gnu.so
@@ -1302,69 +1319,56 @@ gcc -pthread -shared Modules/_multiprocessing/posixshmem.o -lrt -o Modules
gcc -pthread -shared Modules/_multiprocessing/multiprocessing.o Modules/_multiprocessing/semaphore.o -o Modules/_multiprocessing.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/xxsubtype.o -o Modules/xxsubtype.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_xxtestfuzz/_xxtestfuzz.o Modules/_xxtestfuzz/fuzzer.o -o Modules/_xxtestfuzz.cpython-312-x86_64-linux-gnu.so
+gcc -pthread -shared Modules/_testbuffer.o -o Modules/_testbuffer.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_testinternalcapi.o -o Modules/_testinternalcapi.cpython-312-x86_64-linux-gnu.so
+gcc -pthread -shared Modules/_testcapimodule.o Modules/_testcapi/vectorcall.o Modules/_testcapi/vectorcall_limited.o Modules/_testcapi/heaptype.o Modules/_testcapi/unicode.o -o Modules/_testcapi.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_testimportmultiple.o -o Modules/_testimportmultiple.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_testmultiphase.o -o Modules/_testmultiphase.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/xxlimited.o -o Modules/xxlimited.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/xxlimited_35.o -o Modules/xxlimited_35.cpython-312-x86_64-linux-gnu.so
-gcc -pthread -shared Modules/_pickle.o -o Modules/_pickle.cpython-312-x86_64-linux-gnu.so
-gcc -pthread -shared Modules/_testbuffer.o -o Modules/_testbuffer.cpython-312-x86_64-linux-gnu.so
-gcc -pthread -shared Modules/unicodedata.o -o Modules/unicodedata.cpython-312-x86_64-linux-gnu.so
-gcc -pthread -shared Modules/socketmodule.o -o Modules/_socket.cpython-312-x86_64-linux-gnu.so
-rm -f Modules/expat/libexpat.a
-ar rcs Modules/expat/libexpat.a Modules/expat/xmlparse.o Modules/expat/xmlrole.o Modules/expat/xmltok.o
-gcc -pthread -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/pyexpat.c -o Modules/pyexpat.o
-gcc -pthread -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_elementtree.c -o Modules/_elementtree.o
-gcc -pthread -shared Modules/mathmodule.o -lm -o Modules/math.cpython-312-x86_64-linux-gnu.so
-rm -f Modules/_decimal/libmpdec/libmpdec.a
-ar rcs Modules/_decimal/libmpdec/libmpdec.a Modules/_decimal/libmpdec/basearith.o Modules/_decimal/libmpdec/constants.o Modules/_decimal/libmpdec/context.o Modules/_decimal/libmpdec/convolute.o Modules/_decimal/libmpdec/crt.o Modules/_decimal/libmpdec/difradix2.o Modules/_decimal/libmpdec/fnt.o Modules/_decimal/libmpdec/fourstep.o Modules/_decimal/libmpdec/io.o Modules/_decimal/libmpdec/mpalloc.o Modules/_decimal/libmpdec/mpdecimal.o Modules/_decimal/libmpdec/numbertheory.o Modules/_decimal/libmpdec/sixstep.o Modules/_decimal/libmpdec/transpose.o
-gcc -pthread -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/_decimal.c -o Modules/_decimal/_decimal.o
-gcc -pthread -shared Modules/_testcapimodule.o Modules/_testcapi/vectorcall.o Modules/_testcapi/vectorcall_limited.o Modules/_testcapi/heaptype.o Modules/_testcapi/unicode.o -o Modules/_testcapi.cpython-312-x86_64-linux-gnu.so
+gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/_decimal.c -o Modules/_decimal/_decimal.o
+gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/pyexpat.c -o Modules/pyexpat.o
+gcc -pthread -I/Users/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -fPIC -c /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/_elementtree.c -o Modules/_elementtree.o
+gcc -pthread -o Programs/_freeze_module Programs/_freeze_module.o Modules/getpath_noop.o Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/perf_trampoline.o Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o -lpthread -ldl -lutil -lm
gcc -pthread -shared Modules/pyexpat.o -lm Modules/expat/libexpat.a -o Modules/pyexpat.cpython-312-x86_64-linux-gnu.so
gcc -pthread -shared Modules/_elementtree.o -o Modules/_elementtree.cpython-312-x86_64-linux-gnu.so
-gcc -pthread -shared Modules/_decimal/_decimal.o -lm Modules/_decimal/libmpdec/libmpdec.a -o Modules/_decimal.cpython-312-x86_64-linux-gnu.so
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE \
- -DGITVERSION="\"`LC_ALL=C git --git-dir /home/s1g/Workspaces/cpython/upstream/cpython/.git rev-parse --short HEAD`\"" \
- -DGITTAG="\"`LC_ALL=C git --git-dir /home/s1g/Workspaces/cpython/upstream/cpython/.git describe --all --always --dirty`\"" \
- -DGITBRANCH="\"`LC_ALL=C git --git-dir /home/s1g/Workspaces/cpython/upstream/cpython/.git name-rev --name-only HEAD`\"" \
- -o Modules/getbuildinfo.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/getbuildinfo.c
-gcc -pthread -o Programs/_freeze_module Programs/_freeze_module.o Modules/getpath_noop.o Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/perf_trampoline.o Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o -lpthread -ldl -lutil -lm
-./Programs/_freeze_module importlib._bootstrap /home/s1g/Workspaces/cpython/upstream/cpython/Lib/importlib/_bootstrap.py Python/frozen_modules/importlib._bootstrap.h
-./Programs/_freeze_module importlib._bootstrap_external /home/s1g/Workspaces/cpython/upstream/cpython/Lib/importlib/_bootstrap_external.py Python/frozen_modules/importlib._bootstrap_external.h
-./Programs/_freeze_module getpath /home/s1g/Workspaces/cpython/upstream/cpython/Modules/getpath.py Python/frozen_modules/getpath.h
-./Programs/_freeze_module zipimport /home/s1g/Workspaces/cpython/upstream/cpython/Lib/zipimport.py Python/frozen_modules/zipimport.h
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -DPYTHONPATH='""' \
+./Programs/_freeze_module importlib._bootstrap /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/importlib/_bootstrap.py Python/frozen_modules/importlib._bootstrap.h
+./Programs/_freeze_module importlib._bootstrap_external /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/importlib/_bootstrap_external.py Python/frozen_modules/importlib._bootstrap_external.h
+./Programs/_freeze_module getpath /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/getpath.py Python/frozen_modules/getpath.h
+./Programs/_freeze_module zipimport /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/zipimport.py Python/frozen_modules/zipimport.h
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -DPYTHONPATH='""' \
-DPREFIX='"/usr/local"' \
-DEXEC_PREFIX='"/usr/local"' \
-DVERSION='"3.12"' \
- -DVPATH='"/home/s1g/Workspaces/cpython/upstream/cpython"' \
+ -DVPATH='"/Users/s1g/Workspaces/cpython/upstream/cpython"' \
-DPLATLIBDIR='"lib"' \
-DPYTHONFRAMEWORK='""' \
- -o Modules/getpath.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/getpath.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Programs/_bootstrap_python.o /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_bootstrap_python.c
+ -o Modules/getpath.o /Users/s1g/Workspaces/cpython/upstream/cpython/Modules/getpath.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Programs/_bootstrap_python.o /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_bootstrap_python.c
gcc -pthread -o _bootstrap_python Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/perf_trampoline.o Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o \
- Programs/_bootstrap_python.o Modules/getpath.o -lpthread -ldl -lutil -lm
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py abc /home/s1g/Workspaces/cpython/upstream/cpython/Lib/abc.py Python/frozen_modules/abc.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py codecs /home/s1g/Workspaces/cpython/upstream/cpython/Lib/codecs.py Python/frozen_modules/codecs.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py io /home/s1g/Workspaces/cpython/upstream/cpython/Lib/io.py Python/frozen_modules/io.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py _collections_abc /home/s1g/Workspaces/cpython/upstream/cpython/Lib/_collections_abc.py Python/frozen_modules/_collections_abc.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py _sitebuiltins /home/s1g/Workspaces/cpython/upstream/cpython/Lib/_sitebuiltins.py Python/frozen_modules/_sitebuiltins.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py genericpath /home/s1g/Workspaces/cpython/upstream/cpython/Lib/genericpath.py Python/frozen_modules/genericpath.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py ntpath /home/s1g/Workspaces/cpython/upstream/cpython/Lib/ntpath.py Python/frozen_modules/ntpath.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py posixpath /home/s1g/Workspaces/cpython/upstream/cpython/Lib/posixpath.py Python/frozen_modules/posixpath.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py os /home/s1g/Workspaces/cpython/upstream/cpython/Lib/os.py Python/frozen_modules/os.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py site /home/s1g/Workspaces/cpython/upstream/cpython/Lib/site.py Python/frozen_modules/site.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py stat /home/s1g/Workspaces/cpython/upstream/cpython/Lib/stat.py Python/frozen_modules/stat.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py importlib.util /home/s1g/Workspaces/cpython/upstream/cpython/Lib/importlib/util.py Python/frozen_modules/importlib.util.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py importlib.machinery /home/s1g/Workspaces/cpython/upstream/cpython/Lib/importlib/machinery.py Python/frozen_modules/importlib.machinery.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py runpy /home/s1g/Workspaces/cpython/upstream/cpython/Lib/runpy.py Python/frozen_modules/runpy.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __hello__ /home/s1g/Workspaces/cpython/upstream/cpython/Lib/__hello__.py Python/frozen_modules/__hello__.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __phello__ /home/s1g/Workspaces/cpython/upstream/cpython/Lib/__phello__/__init__.py Python/frozen_modules/__phello__.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __phello__.ham /home/s1g/Workspaces/cpython/upstream/cpython/Lib/__phello__/ham/__init__.py Python/frozen_modules/__phello__.ham.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __phello__.ham.eggs /home/s1g/Workspaces/cpython/upstream/cpython/Lib/__phello__/ham/eggs.py Python/frozen_modules/__phello__.ham.eggs.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __phello__.spam /home/s1g/Workspaces/cpython/upstream/cpython/Lib/__phello__/spam.py Python/frozen_modules/__phello__.spam.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py frozen_only /home/s1g/Workspaces/cpython/upstream/cpython/Tools/freeze/flag.py Python/frozen_modules/frozen_only.h
-./_bootstrap_python /home/s1g/Workspaces/cpython/upstream/cpython/Tools/build/deepfreeze.py \
+ Programs/_bootstrap_python.o Modules/getpath.o -lpthread -ldl -lutil -lm
+gcc -pthread -shared Modules/_decimal/_decimal.o -lm Modules/_decimal/libmpdec/libmpdec.a -o Modules/_decimal.cpython-312-x86_64-linux-gnu.so
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py abc /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/abc.py Python/frozen_modules/abc.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py codecs /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/codecs.py Python/frozen_modules/codecs.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py io /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/io.py Python/frozen_modules/io.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py _collections_abc /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/_collections_abc.py Python/frozen_modules/_collections_abc.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py _sitebuiltins /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/_sitebuiltins.py Python/frozen_modules/_sitebuiltins.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py genericpath /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/genericpath.py Python/frozen_modules/genericpath.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py ntpath /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/ntpath.py Python/frozen_modules/ntpath.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py posixpath /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/posixpath.py Python/frozen_modules/posixpath.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py os /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/os.py Python/frozen_modules/os.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py site /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/site.py Python/frozen_modules/site.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py stat /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/stat.py Python/frozen_modules/stat.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py importlib.util /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/importlib/util.py Python/frozen_modules/importlib.util.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py importlib.machinery /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/importlib/machinery.py Python/frozen_modules/importlib.machinery.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py runpy /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/runpy.py Python/frozen_modules/runpy.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __hello__ /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/__hello__.py Python/frozen_modules/__hello__.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __phello__ /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/__phello__/__init__.py Python/frozen_modules/__phello__.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __phello__.ham /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/__phello__/ham/__init__.py Python/frozen_modules/__phello__.ham.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __phello__.ham.eggs /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/__phello__/ham/eggs.py Python/frozen_modules/__phello__.ham.eggs.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __phello__.spam /Users/s1g/Workspaces/cpython/upstream/cpython/Lib/__phello__/spam.py Python/frozen_modules/__phello__.spam.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py frozen_only /Users/s1g/Workspaces/cpython/upstream/cpython/Tools/freeze/flag.py Python/frozen_modules/frozen_only.h
+./_bootstrap_python /Users/s1g/Workspaces/cpython/upstream/cpython/Tools/build/deepfreeze.py \
Python/frozen_modules/importlib._bootstrap.h:importlib._bootstrap \
Python/frozen_modules/importlib._bootstrap_external.h:importlib._bootstrap_external \
Python/frozen_modules/zipimport.h:zipimport \
@@ -1389,1402 +1393,56 @@ Python/frozen_modules/__phello__.ham.eggs.h:__phello__.ham.eggs \
Python/frozen_modules/__phello__.spam.h:__phello__.spam \
Python/frozen_modules/frozen_only.h:frozen_only \
-o Python/deepfreeze/deepfreeze.c
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/frozen.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/frozen.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/frozen.o /Users/s1g/Workspaces/cpython/upstream/cpython/Python/frozen.c
Note: Deepfreeze may have added some global objects,
so run 'make regen-global-objects' if necessary.
-gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/deepfreeze/deepfreeze.o Python/deepfreeze/deepfreeze.c
+gcc -pthread -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/Users/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/deepfreeze/deepfreeze.o Python/deepfreeze/deepfreeze.c
rm -f libpython3.12.a
ar rcs libpython3.12.a Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/perf_trampoline.o Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o
-gcc -pthread -Xlinker -export-dynamic -o python Programs/python.o Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/perf_trampoline.o Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -lpthread -ldl -lutil -lm
-gcc -pthread -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/perf_trampoline.o Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -lpthread -ldl -lutil -lm
-./python -E -S -m sysconfig --generate-posix-vars ;\
+gcc -pthread -Xlinker -export-dynamic -o python.exe Programs/python.o Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/perf_trampoline.o Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -lpthread -ldl -lutil -lm
+gcc -pthread -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/asm_trampoline.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/perf_trampoline.o Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -lpthread -ldl -lutil -lm
+./python.exe -E -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
echo "generate-posix-vars failed" ; \
rm -f ./pybuilddir.txt ; \
exit 1 ; \
fi
-./python -E -c 'import sys ; from sysconfig import get_platform ; print("%s-%d.%d" % (get_platform(), *sys.version_info[:2]))' >platform
+./python.exe -E -c 'import sys ; from sysconfig import get_platform ; print("%s-%d.%d" % (get_platform(), *sys.version_info[:2]))' >platform
The following modules are *disabled* in configure script:
-_sqlite3
+_sqlite3
The necessary bits to build these optional modules were not found:
-_bz2 _ctypes _ctypes_test
-_curses _curses_panel _dbm
-_gdbm _hashlib _lzma
-_ssl _tkinter _uuid
-readline
+_bz2 _ctypes _ctypes_test
+_curses _curses_panel _dbm
+_gdbm _hashlib _lzma
+_ssl _tkinter _uuid
+readline
To find the necessary bits, look in configure.ac and config.log.
Could not build the ssl module!
Python requires a OpenSSL 1.1.1 or newer
Checked 109 modules (30 built-in, 64 shared, 1 n/a on linux-x86_64, 1 disabled, 13 missing, 0 failed on import)
-/home/s1g/Workspaces/cpython
-/home/s1g/Workspaces/cpython/upstream/cpython /home/s1g/Workspaces/cpython
-/home/s1g/Workspaces/cpython
-/home/s1g/Workspaces/cpython/build/cpython /home/s1g/Workspaces/cpython
-configure: /home/s1g/Workspaces/cpython/upstream/cpython/configure -C --host=wasm32-unknown-emscripten --build=x86_64-pc-linux-gnu --with-emscripten-target=browser --disable-wasm-dynamic-linking --with-suffix=.mjs --disable-wasm-preload --enable-wasm-js-module --with-build-python=/home/s1g/Workspaces/cpython/build/cpython-native/python
+/Users/s1g/Workspaces/cpython
+/Users/s1g/Workspaces/cpython/upstream/cpython /Users/s1g/Workspaces/cpython
+/Users/s1g/Workspaces/cpython
+/Users/s1g/Workspaces/cpython/build/cpython /Users/s1g/Workspaces/cpython
+configure: /Users/s1g/Workspaces/cpython/upstream/cpython/configure -C --host=wasm32-unknown-emscripten --build=x86_64-pc-linux-gnu --with-emscripten-target=browser --disable-wasm-dynamic-linking --with-suffix=.mjs --disable-wasm-preload --enable-wasm-js-module --with-build-python=/Users/s1g/Workspaces/cpython/build/cpython-native/python
configure: WARNING: unrecognized options: --enable-wasm-js-module
-configure: loading site script /home/s1g/Workspaces/cpython/upstream/cpython/Tools/wasm/config.site-wasm32-emscripten
+configure: loading site script /Users/s1g/Workspaces/cpython/upstream/cpython/Tools/wasm/config.site-wasm32-emscripten
configure: creating cache config.cache
checking for git... found
checking build system type... x86_64-pc-linux-gnu
checking host system type... wasm32-unknown-emscripten
-checking for --with-build-python... /home/s1g/Workspaces/cpython/build/cpython-native/python
-checking for Python interpreter freezing... /home/s1g/Workspaces/cpython/build/cpython-native/python
-checking for python3.12... (cached) /home/s1g/Workspaces/cpython/build/cpython-native/python
-checking Python for regen version... Python 3.12.0a1+
-checking for wasm32-unknown-emscripten-pkg-config... no
-checking for pkg-config... /usr/bin/pkg-config
-configure: WARNING: using cross tools not prefixed with host triplet
-checking pkg-config is at least version 0.9.0... yes
-checking for --enable-universalsdk... no
-checking for --with-universal-archs... no
-checking MACHDEP... "emscripten"
-checking for wasm32-unknown-emscripten-gcc... /emsdk/upstream/emscripten/emcc
-checking whether the C compiler works... yes
-checking for C compiler default output file name... a.out
-checking for suffix of executables...
-checking whether we are cross compiling... yes
-checking for suffix of object files... o
-checking whether we are using the GNU C compiler... yes
-checking whether /emsdk/upstream/emscripten/emcc accepts -g... yes
-checking for /emsdk/upstream/emscripten/emcc option to accept ISO C89... none needed
-checking how to run the C preprocessor... /emsdk/upstream/emscripten/emcc -E
-checking for grep that handles long lines and -e... /usr/bin/grep
-checking for a sed that does not truncate output... /usr/bin/sed
-checking for egrep... /usr/bin/grep -E
-checking for CC compiler name... clang
-checking for ANSI C header files... yes
-checking for sys/types.h... yes
-checking for sys/stat.h... yes
-checking for stdlib.h... yes
-checking for string.h... yes
-checking for memory.h... yes
-checking for strings.h... yes
-checking for inttypes.h... yes
-checking for stdint.h... yes
-checking for unistd.h... yes
-checking minix/config.h usability... no
-checking minix/config.h presence... no
-checking for minix/config.h... no
-checking whether it is safe to define __EXTENSIONS__... yes
-checking for the platform triplet based on compiler characteristics... wasm32-emscripten
-checking for multiarch...
-checking for PEP 11 support tier... wasm32-unknown-emscripten/clang has tier 3 (partially supported)
-checking for -Wl,--no-as-needed... no
-checking for the Android API level... not Android
-checking for --with-emscripten-target... browser
-checking for --enable-wasm-dynamic-linking... no
-checking for --enable-wasm-pthreads... missing
-checking for --enable-wasm-preload... no
-checking for --with-suffix... .mjs
-checking for case-insensitive build directory... no
-checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a
-checking LINKCC... $(PURIFY) $(CC)
-checking EXPORTSYMS...
-checking for GNU ld... emcc: error: no input files
-no
-checking for --enable-shared... no
-checking for --with-static-libpython... yes
-checking for --enable-profiling... no
-checking LDLIBRARY... checking HOSTRUNNER...
-libpython$(VERSION)$(ABIFLAGS).a
-checking for wasm32-unknown-emscripten-ar... /emsdk/upstream/emscripten/emar
-checking for a BSD-compatible install... /usr/bin/install -c
-checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
-checking for --with-pydebug... no
-checking for --with-trace-refs... no
-checking for --enable-pystats... no
-checking for --with-assertions... no
-checking for --enable-optimizations... no
-checking PROFILE_TASK... -m test --pgo --timeout=$(TESTTIMEOUT)
-checking for --with-lto... no
-checking for --enable-bolt... no
-checking for wasm32-unknown-emscripten-llvm-profdata... no
-checking for llvm-profdata... no
-checking if /emsdk/upstream/emscripten/emcc supports -Og optimization level... no
-checking if we can add -Wextra... yes
-checking whether /emsdk/upstream/emscripten/emcc -fno-strict-aliasing accepts and needs -fno-strict-aliasing... no
-checking if we can disable /emsdk/upstream/emscripten/emcc unused-parameter warning... yes
-checking if we can disable /emsdk/upstream/emscripten/emcc missing-field-initializers warning... yes
-checking if we can enable /emsdk/upstream/emscripten/emcc sign-compare warning... yes
-checking if we can enable /emsdk/upstream/emscripten/emcc unreachable-code warning... yes
-checking if we can enable /emsdk/upstream/emscripten/emcc strict-prototypes warning... no
-checking if we can make implicit function declaration an error in /emsdk/upstream/emscripten/emcc -Werror=implicit-function-declaration... yes
-checking if we can use visibility in /emsdk/upstream/emscripten/emcc -fvisibility=hidden... yes
-checking whether pthreads are available without options... no
-checking whether /emsdk/upstream/emscripten/emcc accepts -Kpthread... no
-checking whether /emsdk/upstream/emscripten/emcc accepts -Kthread... no
-checking whether /emsdk/upstream/emscripten/emcc accepts -pthread... no
-checking whether /emsdk/upstream/emscripten/em++ also accepts flags for thread support... no
-checking alloca.h usability... yes
-checking alloca.h presence... yes
-checking for alloca.h... yes
-checking asm/types.h usability... no
-checking asm/types.h presence... no
-checking for asm/types.h... no
-checking bluetooth.h usability... no
-checking bluetooth.h presence... no
-checking for bluetooth.h... no
-checking conio.h usability... no
-checking conio.h presence... no
-checking for conio.h... no
-checking crypt.h usability... yes
-checking crypt.h presence... yes
-checking for crypt.h... yes
-checking direct.h usability... no
-checking direct.h presence... no
-checking for direct.h... no
-checking dlfcn.h usability... yes
-checking dlfcn.h presence... yes
-checking for dlfcn.h... yes
-checking endian.h usability... yes
-checking endian.h presence... yes
-checking for endian.h... yes
-checking errno.h usability... yes
-checking errno.h presence... yes
-checking for errno.h... yes
-checking fcntl.h usability... yes
-checking fcntl.h presence... yes
-checking for fcntl.h... yes
-checking grp.h usability... yes
-checking grp.h presence... yes
-checking for grp.h... yes
-checking ieeefp.h usability... no
-checking ieeefp.h presence... no
-checking for ieeefp.h... no
-checking io.h usability... no
-checking io.h presence... no
-checking for io.h... no
-checking langinfo.h usability... yes
-checking langinfo.h presence... yes
-checking for langinfo.h... yes
-checking libintl.h usability... yes
-checking libintl.h presence... yes
-checking for libintl.h... yes
-checking libutil.h usability... no
-checking libutil.h presence... no
-checking for libutil.h... no
-checking linux/auxvec.h usability... no
-checking linux/auxvec.h presence... no
-checking for linux/auxvec.h... no
-checking sys/auxv.h usability... no
-checking sys/auxv.h presence... no
-checking for sys/auxv.h... no
-checking linux/fs.h usability... no
-checking linux/fs.h presence... no
-checking for linux/fs.h... no
-checking linux/memfd.h usability... no
-checking linux/memfd.h presence... no
-checking for linux/memfd.h... no
-checking linux/random.h usability... no
-checking linux/random.h presence... no
-checking for linux/random.h... no
-checking linux/soundcard.h usability... no
-checking linux/soundcard.h presence... no
-checking for linux/soundcard.h... no
-checking linux/tipc.h usability... no
-checking linux/tipc.h presence... no
-checking for linux/tipc.h... no
-checking linux/wait.h usability... no
-checking linux/wait.h presence... no
-checking for linux/wait.h... no
-checking netdb.h usability... yes
-checking netdb.h presence... yes
-checking for netdb.h... yes
-checking netinet/in.h usability... yes
-checking netinet/in.h presence... yes
-checking for netinet/in.h... yes
-checking for netpacket/packet.h... (cached) no
-checking poll.h usability... yes
-checking poll.h presence... yes
-checking for poll.h... yes
-checking process.h usability... no
-checking process.h presence... no
-checking for process.h... no
-checking pthread.h usability... yes
-checking pthread.h presence... yes
-checking for pthread.h... yes
-checking pty.h usability... yes
-checking pty.h presence... yes
-checking for pty.h... yes
-checking sched.h usability... yes
-checking sched.h presence... yes
-checking for sched.h... yes
-checking setjmp.h usability... yes
-checking setjmp.h presence... yes
-checking for setjmp.h... yes
-checking shadow.h usability... yes
-checking shadow.h presence... yes
-checking for shadow.h... yes
-checking signal.h usability... yes
-checking signal.h presence... yes
-checking for signal.h... yes
-checking spawn.h usability... yes
-checking spawn.h presence... yes
-checking for spawn.h... yes
-checking stropts.h usability... yes
-checking stropts.h presence... yes
-checking for stropts.h... yes
-checking sys/audioio.h usability... no
-checking sys/audioio.h presence... no
-checking for sys/audioio.h... no
-checking sys/bsdtty.h usability... no
-checking sys/bsdtty.h presence... no
-checking for sys/bsdtty.h... no
-checking sys/devpoll.h usability... no
-checking sys/devpoll.h presence... no
-checking for sys/devpoll.h... no
-checking sys/endian.h usability... no
-checking sys/endian.h presence... no
-checking for sys/endian.h... no
-checking sys/epoll.h usability... no
-checking sys/epoll.h presence... no
-checking for sys/epoll.h... no
-checking sys/event.h usability... no
-checking sys/event.h presence... no
-checking for sys/event.h... no
-checking sys/eventfd.h usability... no
-checking sys/eventfd.h presence... no
-checking for sys/eventfd.h... no
-checking sys/file.h usability... yes
-checking sys/file.h presence... yes
-checking for sys/file.h... yes
-checking for sys/ioctl.h... (cached) no
-checking sys/kern_control.h usability... no
-checking sys/kern_control.h presence... no
-checking for sys/kern_control.h... no
-checking sys/loadavg.h usability... no
-checking sys/loadavg.h presence... no
-checking for sys/loadavg.h... no
-checking sys/lock.h usability... no
-checking sys/lock.h presence... no
-checking for sys/lock.h... no
-checking sys/memfd.h usability... no
-checking sys/memfd.h presence... no
-checking for sys/memfd.h... no
-checking sys/mkdev.h usability... no
-checking sys/mkdev.h presence... no
-checking for sys/mkdev.h... no
-checking sys/mman.h usability... yes
-checking sys/mman.h presence... yes
-checking for sys/mman.h... yes
-checking sys/modem.h usability... no
-checking sys/modem.h presence... no
-checking for sys/modem.h... no
-checking sys/param.h usability... yes
-checking sys/param.h presence... yes
-checking for sys/param.h... yes
-checking sys/poll.h usability... yes
-checking sys/poll.h presence... yes
-checking for sys/poll.h... yes
-checking sys/random.h usability... yes
-checking sys/random.h presence... yes
-checking for sys/random.h... yes
-checking sys/resource.h usability... yes
-checking sys/resource.h presence... yes
-checking for sys/resource.h... yes
-checking sys/select.h usability... yes
-checking sys/select.h presence... yes
-checking for sys/select.h... yes
-checking sys/sendfile.h usability... no
-checking sys/sendfile.h presence... no
-checking for sys/sendfile.h... no
-checking sys/socket.h usability... yes
-checking sys/socket.h presence... yes
-checking for sys/socket.h... yes
-checking sys/soundcard.h usability... no
-checking sys/soundcard.h presence... no
-checking for sys/soundcard.h... no
-checking for sys/stat.h... (cached) yes
-checking sys/statvfs.h usability... yes
-checking sys/statvfs.h presence... yes
-checking for sys/statvfs.h... yes
-checking sys/sys_domain.h usability... no
-checking sys/sys_domain.h presence... no
-checking for sys/sys_domain.h... no
-checking sys/syscall.h usability... yes
-checking sys/syscall.h presence... yes
-checking for sys/syscall.h... yes
-checking sys/sysmacros.h usability... yes
-checking sys/sysmacros.h presence... yes
-checking for sys/sysmacros.h... yes
-checking sys/termio.h usability... no
-checking sys/termio.h presence... no
-checking for sys/termio.h... no
-checking sys/time.h usability... yes
-checking sys/time.h presence... yes
-checking for sys/time.h... yes
-checking sys/times.h usability... yes
-checking sys/times.h presence... yes
-checking for sys/times.h... yes
-checking for sys/types.h... (cached) yes
-checking sys/uio.h usability... yes
-checking sys/uio.h presence... yes
-checking for sys/uio.h... yes
-checking for sys/un.h... (cached) no
-checking sys/utsname.h usability... yes
-checking sys/utsname.h presence... yes
-checking for sys/utsname.h... yes
-checking sys/wait.h usability... yes
-checking sys/wait.h presence... yes
-checking for sys/wait.h... yes
-checking sys/xattr.h usability... yes
-checking sys/xattr.h presence... yes
-checking for sys/xattr.h... yes
-checking sysexits.h usability... yes
-checking sysexits.h presence... yes
-checking for sysexits.h... yes
-checking syslog.h usability... yes
-checking syslog.h presence... yes
-checking for syslog.h... yes
-checking termios.h usability... yes
-checking termios.h presence... yes
-checking for termios.h... yes
-checking util.h usability... no
-checking util.h presence... no
-checking for util.h... no
-checking utime.h usability... yes
-checking utime.h presence... yes
-checking for utime.h... yes
-checking utmp.h usability... yes
-checking utmp.h presence... yes
-checking for utmp.h... yes
-checking for dirent.h that defines DIR... yes
-checking for library containing opendir... none required
-checking whether sys/types.h defines makedev... no
-checking for sys/mkdev.h... (cached) no
-checking for sys/sysmacros.h... (cached) yes
-checking bluetooth/bluetooth.h usability... no
-checking bluetooth/bluetooth.h presence... no
-checking for bluetooth/bluetooth.h... no
-checking for net/if.h... yes
-checking for linux/netlink.h... no
-checking for linux/qrtr.h... no
-checking for linux/vm_sockets.h... (cached) no
-checking for linux/can.h... no
-checking for linux/can/bcm.h... no
-checking for linux/can/j1939.h... no
-checking for linux/can/raw.h... no
-checking for netcan/can.h... no
-checking for clock_t in time.h... yes
-checking for makedev... yes
-checking for le64toh... yes
-checking for mode_t... yes
-checking for off_t... yes
-checking for pid_t... yes
-checking for size_t... yes
-checking for uid_t in sys/types.h... yes
-checking for ssize_t... yes
-checking for __uint128_t... yes
-checking size of int... 4
-checking size of long... 4
-checking alignment of long... 4
-checking size of long long... 8
-checking size of void *... 4
-checking size of short... 2
-checking size of float... 4
-checking size of double... 8
-checking size of fpos_t... 16
-checking size of size_t... 4
-checking alignment of size_t... 4
-checking size of pid_t... 4
-checking size of uintptr_t... 4
-checking for long double... yes
-checking size of long double... 16
-checking size of _Bool... 1
-checking size of off_t... 8
-checking whether to enable large file support... no
-checking size of time_t... 8
-checking for pthread_t... yes
-checking size of pthread_t... 4
-checking size of pthread_key_t... 4
-checking whether pthread_key_t is compatible with int... yes
-checking for --enable-framework... no
-checking for --with-dsymutil... no
-checking for dyld... no
-checking for --with-address-sanitizer... no
-checking for --with-memory-sanitizer... no
-checking for --with-undefined-behavior-sanitizer... no
-checking the extension of shared libraries... .so
-checking LDSHARED... /emsdk/upstream/emscripten/emcc
-checking BLDSHARED flags... /emsdk/upstream/emscripten/emcc
-checking CCSHARED...
-checking LINKFORSHARED... -O2 -g0
-checking CFLAGSFORSHARED...
-checking SHLIBS... $(LIBS)
-checking perf trampoline... no
-checking for sendfile in -lsendfile... no
-checking for dlopen in -ldl... yes
-checking for shl_load in -ldld... no
-checking uuid.h usability... no
-checking uuid.h presence... no
-checking for uuid.h... no
-checking for LIBUUID... no
-checking uuid/uuid.h usability... yes
-checking uuid/uuid.h presence... yes
-checking for uuid/uuid.h... yes
-checking for uuid_generate_time in -luuid... no
-checking for uuid_generate_time_safe in -luuid... no
-checking for uuid/uuid.h... (cached) yes
-checking for uuid_generate_time... no
-checking for library containing sem_init... none required
-checking for textdomain in -lintl... no
-checking aligned memory access is required... yes
-checking for --with-hash-algorithm... default
-checking for --with-tzpath... "/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo"
-checking for t_open in -lnsl... no
-checking for socket in -lsocket... no
-checking for --with-libs... no
-checking for --with-system-expat... no
-checking for --with-system-ffi... yes
-checking for LIBFFI... no
-checking ffi.h usability... no
-checking ffi.h presence... no
-checking for ffi.h... no
-checking for --with-system-libmpdec... no
-checking for --with-decimal-contextvar... yes
-checking for decimal libmpdec machine... ansi32
-checking for LIBNSL... no
-checking for library containing yp_match... no
-checking for LIBSQLITE3... no
-checking sqlite3.h usability... no
-checking sqlite3.h presence... no
-checking for sqlite3.h... no
-checking for --enable-loadable-sqlite-extensions... no
-checking gdbm.h usability... no
-checking gdbm.h presence... no
-checking for gdbm.h... no
-checking ndbm.h usability... no
-checking ndbm.h presence... no
-checking for ndbm.h... no
-checking for ndbm presence and linker args... ()
-checking gdbm/ndbm.h usability... no
-checking gdbm/ndbm.h presence... no
-checking for gdbm/ndbm.h... no
-checking gdbm-ndbm.h usability... no
-checking gdbm-ndbm.h presence... no
-checking for gdbm-ndbm.h... no
-checking db.h usability... no
-checking db.h presence... no
-checking for db.h... no
-checking for --with-dbmliborder... gdbm:ndbm:bdb
-checking for _dbm module CFLAGS and LIBS...
-checking for _POSIX_THREADS in unistd.h... yes
-checking for pthread_create in -lpthread... checking for pthread_detach... yes
-checking for usconfig in -lmpc... no
-checking if PTHREAD_SCOPE_SYSTEM is supported... no
-checking for pthread_sigmask... yes
-checking for pthread_getcpuclockid... no
-checking if --enable-ipv6 is specified... yes
-checking if RFC2553 API is available... yes
-checking ipv6 stack type... unknown
-checking CAN_RAW_FD_FRAMES... no
-checking for CAN_RAW_JOIN_FILTERS... no
-checking for --with-doc-strings... yes
-checking for --with-pymalloc... no
-checking for --with-freelists... yes
-checking for --with-c-locale-coercion... yes
-checking for --with-valgrind... no
-checking for --with-dtrace... no
-checking for dlopen... (cached) no
-checking DYNLOADFILE... dynload_stub.o
-checking MACHDEP_OBJS... none
-checking for accept4... yes
-checking for alarm... (cached) no
-checking for bind_textdomain_codeset... yes
-checking for chmod... yes
-checking for chown... yes
-checking for clock... yes
-checking for close_range... no
-checking for confstr... yes
-checking for copy_file_range... no
-checking for ctermid... yes
-checking for dup... yes
-checking for dup3... yes
-checking for execv... yes
-checking for explicit_bzero... yes
-checking for explicit_memset... no
-checking for faccessat... (cached) no
-checking for fchmod... yes
-checking for fchmodat... yes
-checking for fchown... yes
-checking for fchownat... yes
-checking for fdopendir... yes
-checking for fdwalk... no
-checking for fexecve... yes
-checking for fork... yes
-checking for fork1... no
-checking for fpathconf... yes
-checking for fstatat... yes
-checking for ftime... yes
-checking for ftruncate... yes
-checking for futimens... yes
-checking for futimes... no
-checking for futimesat... yes
-checking for gai_strerror... yes
-checking for getegid... (cached) no
-checking for getentropy... yes
-checking for geteuid... (cached) no
-checking for getgid... yes
-checking for getgrgid... yes
-checking for getgrgid_r... yes
-checking for getgrnam_r... yes
-checking for getgrouplist... no
-checking for getgroups... (cached) no
-checking for gethostname... yes
-checking for getitimer... yes
-checking for getloadavg... yes
-checking for getlogin... yes
-checking for getpeername... yes
-checking for getpgid... yes
-checking for getpid... yes
-checking for getppid... yes
-checking for getpriority... yes
-checking for _getpty... no
-checking for getpwent... yes
-checking for getpwnam_r... yes
-checking for getpwuid... yes
-checking for getpwuid_r... yes
-checking for getresgid... (cached) no
-checking for getresuid... (cached) no
-checking for getrusage... (cached) no
-checking for getsid... yes
-checking for getspent... no
-checking for getspnam... no
-checking for getuid... yes
-checking for getwd... no
-checking for if_nameindex... no
-checking for initgroups... no
-checking for kill... yes
-checking for killpg... yes
-checking for lchown... (cached) no
-checking for linkat... (cached) no
-checking for lockf... yes
-checking for lstat... yes
-checking for lutimes... no
-checking for madvise... yes
-checking for mbrtowc... yes
-checking for memrchr... yes
-checking for mkdirat... yes
-checking for mkfifo... (cached) no
-checking for mkfifoat... (cached) no
-checking for mknod... (cached) no
-checking for mknodat... (cached) no
-checking for mktime... yes
-checking for mmap... yes
-checking for mremap... yes
-checking for nice... (cached) no
-checking for openat... yes
-checking for opendir... yes
-checking for pathconf... yes
-checking for pause... yes
-checking for pipe... yes
-checking for pipe2... (cached) no
-checking for plock... no
-checking for poll... yes
-checking for posix_fadvise... yes
-checking for posix_fallocate... (cached) no
-checking for posix_spawn... (cached) no
-checking for posix_spawnp... (cached) no
-checking for pread... yes
-checking for preadv... (cached) no
-checking for preadv2... (cached) no
-checking for pthread_condattr_setclock... yes
-checking for pthread_init... no
-checking for pthread_kill... no
-checking for pwrite... yes
-checking for pwritev... (cached) no
-checking for pwritev2... (cached) no
-checking for readlink... yes
-checking for readlinkat... yes
-checking for readv... yes
-checking for realpath... yes
-checking for renameat... yes
-checking for rtpSpawn... no
-checking for sched_get_priority_max... no
-checking for sched_rr_get_interval... no
-checking for sched_setaffinity... no
-checking for sched_setparam... no
-checking for sched_setscheduler... no
-checking for sem_clockwait... no
-checking for sem_getvalue... no
-checking for sem_open... no
-checking for sem_timedwait... no
-checking for sem_unlink... no
-checking for sendfile... no
-checking for setegid... (cached) no
-checking for seteuid... (cached) no
-checking for setgid... yes
-checking for sethostname... no
-checking for setitimer... (cached) no
-checking for setlocale... yes
-checking for setpgid... yes
-checking for setpgrp... yes
-checking for setpriority... (cached) no
-checking for setregid... yes
-checking for setresgid... (cached) no
-checking for setresuid... (cached) no
-checking for setreuid... yes
-checking for setsid... yes
-checking for setuid... yes
-checking for setvbuf... yes
-checking for shutdown... (cached) no
-checking for sigaction... (cached) no
-checking for sigaltstack... yes
-checking for sigfillset... yes
-checking for siginterrupt... yes
-checking for sigpending... yes
-checking for sigrelse... no
-checking for sigtimedwait... yes
-checking for sigwait... yes
-checking for sigwaitinfo... yes
-checking for snprintf... yes
-checking for splice... no
-checking for strftime... yes
-checking for strlcpy... yes
-checking for strsignal... yes
-checking for symlinkat... (cached) no
-checking for sync... yes
-checking for sysconf... yes
-checking for system... yes
-checking for tcgetpgrp... yes
-checking for tcsetpgrp... yes
-checking for tempnam... yes
-checking for timegm... yes
-checking for times... yes
-checking for tmpfile... yes
-checking for tmpnam... yes
-checking for tmpnam_r... no
-checking for truncate... yes
-checking for ttyname... yes
-checking for umask... yes
-checking for uname... yes
-checking for unlinkat... yes
-checking for utimensat... (cached) no
-checking for utimes... yes
-checking for vfork... yes
-checking for wait... yes
-checking for wait3... no
-checking for wait4... no
-checking for waitid... yes
-checking for waitpid... yes
-checking for wcscoll... yes
-checking for wcsftime... no
-checking for wcsxfrm... yes
-checking for wmemcmp... yes
-checking for writev... yes
-checking for lchmod... (cached) no
-checking whether dirfd is declared... yes
-checking for chroot... yes
-checking for link... (cached) no
-checking for symlink... yes
-checking for fchdir... yes
-checking for fsync... yes
-checking for fdatasync... yes
-checking for epoll_create... (cached) no
-checking for epoll_create1... (cached) no
-checking for kqueue... no
-checking for prlimit... (cached) no
-checking for _dyld_shared_cache_contains_path... no
-checking for memfd_create... (cached) no
-checking for eventfd... (cached) no
-checking for ctermid_r... no
-checking for flock declaration... yes
-checking for flock... yes
-checking for flock in -lbsd... no
-checking for getpagesize... yes
-checking for broken unsetenv... no
-checking for true... true
-checking for inet_aton in -lc... yes
-checking for chflags... cross
-checking for chflags... no
-checking for lchflags... cross
-checking for lchflags... no
-checking for ZLIB... yes
-checking for BZIP2... no
-checking bzlib.h usability... no
-checking bzlib.h presence... no
-checking for bzlib.h... no
-checking for LIBLZMA... no
-checking lzma.h usability... no
-checking lzma.h presence... no
-checking for lzma.h... no
-checking for hstrerror... yes
-checking for getservbyname... yes
-checking for getservbyport... yes
-checking for gethostbyname... yes
-checking for gethostbyaddr... yes
-checking for getprotobyname... yes
-checking for inet_aton... yes
-checking for inet_ntoa... yes
-checking for inet_pton... yes
-checking for getpeername... (cached) yes
-checking for getsockname... yes
-checking for accept... yes
-checking for bind... yes
-checking for connect... yes
-checking for listen... yes
-checking for recvfrom... yes
-checking for sendto... yes
-checking for setsockopt... yes
-checking for socket... yes
-checking for setgroups... (cached) no
-checking for openpty... (cached) no
-checking for openpty in -lutil... no
-checking for openpty in -lbsd... no
-checking for library containing login_tty... none required
-checking for forkpty... (cached) no
-checking for forkpty in -lutil... no
-checking for forkpty in -lbsd... no
-checking for fseek64... no
-checking for fseeko... yes
-checking for fstatvfs... yes
-checking for ftell64... no
-checking for ftello... yes
-checking for statvfs... yes
-checking for dup2... yes
-checking for getpgrp... yes
-checking for setpgrp... (cached) yes
-checking for setns... no
-checking for unshare... no
-checking for LIBCRYPT... no
-checking for library containing crypt_r... none required
-checking for crypt or crypt_r... yes
-checking for clock_gettime... yes
-checking for clock_getres... yes
-checking for clock_settime... yes
-checking for clock_nanosleep... yes
-checking for nanosleep... yes
-checking for major, minor, and makedev... yes
-checking for getaddrinfo... yes
-checking getaddrinfo bug... (cached) no
-checking for getnameinfo... yes
-checking whether struct tm is in sys/time.h or time.h... time.h
-checking for struct tm.tm_zone... yes
-checking for struct stat.st_rdev... yes
-checking for struct stat.st_blksize... yes
-checking for struct stat.st_flags... no
-checking for struct stat.st_gen... no
-checking for struct stat.st_birthtime... no
-checking for struct stat.st_blocks... yes
-checking for struct passwd.pw_gecos... yes
-checking for struct passwd.pw_passwd... yes
-checking for siginfo_t.si_band... yes
-checking for time.h that defines altzone... no
-checking for addrinfo... yes
-checking for sockaddr_storage... yes
-checking for sockaddr_alg... no
-checking for an ANSI C-conforming const... yes
-checking for working signed char... yes
-checking for prototypes... yes
-checking for socketpair... (cached) no
-checking if sockaddr has sa_len member... no
-checking for gethostbyname_r... yes
-checking gethostbyname_r with 6 args... yes
-checking for __fpu_control... no
-checking for __fpu_control in -lieee... no
-checking for --with-libm=STRING... default LIBM="-lm"
-checking for --with-libc=STRING... default LIBC=""
-checking for x64 gcc inline assembler... no
-checking whether float word ordering is bigendian... no
-checking whether we can use gcc inline assembler to get and set x87 control word... no
-checking whether we can use gcc inline assembler to get and set mc68881 fpcr... no
-checking for x87-style double rounding... no
-checking for acosh... yes
-checking for asinh... yes
-checking for atanh... yes
-checking for erf... yes
-checking for erfc... yes
-checking for expm1... yes
-checking for log1p... yes
-checking for log2... yes
-checking whether POSIX semaphores are enabled... yes
-checking for broken sem_getvalue... yes
-checking whether RTLD_LAZY is declared... yes
-checking whether RTLD_NOW is declared... yes
-checking whether RTLD_GLOBAL is declared... yes
-checking whether RTLD_LOCAL is declared... yes
-checking whether RTLD_NODELETE is declared... yes
-checking whether RTLD_NOLOAD is declared... yes
-checking whether RTLD_DEEPBIND is declared... no
-checking whether RTLD_MEMBER is declared... no
-checking digit size for Python's longs... no value specified
-checking wchar.h usability... yes
-checking wchar.h presence... yes
-checking for wchar.h... yes
-checking size of wchar_t... 4
-checking whether wchar_t is signed... yes
-checking whether wchar_t is usable... no
-checking whether byte ordering is bigendian... no
-checking ABIFLAGS...
-checking SOABI... cpython-312-wasm32-emscripten
-checking LDVERSION... $(VERSION)$(ABIFLAGS)
-checking for --with-platlibdir... no
-checking for --with-wheel-pkg-dir... no
-checking whether right shift extends the sign bit... yes
-checking for getc_unlocked() and friends... yes
-checking for LIBREADLINE... no
-checking readline/readline.h usability... no
-checking readline/readline.h presence... no
-checking for readline/readline.h... no
-checking how to link readline... no
-checking for broken nice()... no
-checking for broken poll()... no
-checking for working tzset()... no
-checking for tv_nsec in struct stat... yes
-checking for tv_nsec2 in struct stat... no
-checking curses.h usability... no
-checking curses.h presence... no
-checking for curses.h... no
-checking ncurses.h usability... no
-checking ncurses.h presence... no
-checking for ncurses.h... no
-checking curses module flags... no
-checking panel.h usability... no
-checking panel.h presence... no
-checking for panel.h... no
-checking panel flags... no
-checking for term.h... no
-checking whether mvwdelch is an expression... no
-checking whether WINDOW has _flags... no
-checking for curses function is_pad... no
-checking for curses function is_term_resized... no
-checking for curses function resize_term... no
-checking for curses function resizeterm... no
-checking for curses function immedok... no
-checking for curses function syncok... no
-checking for curses function wchgat... no
-checking for curses function filter... no
-checking for curses function has_key... no
-checking for curses function typeahead... no
-checking for curses function use_env... no
-configure: checking for device files
-checking for /dev/ptmx... (cached) no
-checking for /dev/ptc... (cached) no
-checking for socklen_t... yes
-checking for broken mbstowcs... no
-checking for --with-computed-gotos... no value specified
-checking whether /emsdk/upstream/emscripten/emcc supports computed gotos... no
-checking for build directories... done
-checking for -O2... yes
-checking for glibc _FORTIFY_SOURCE/memmove bug... undefined
-checking for stdatomic.h... yes
-checking for builtin __atomic_load_n and __atomic_store_n functions... yes
-checking for ensurepip... no
-checking if the dirent structure of a d_type field... yes
-checking for the Linux getrandom() syscall... no
-checking for the getrandom() function... no
-checking for library containing shm_open... none required
-checking for shm_open... yes
-checking for shm_unlink... yes
-checking for wasm32-unknown-emscripten-pkg-config... /usr/bin/pkg-config
-checking for openssl/ssl.h in /usr/local/ssl... no
-checking for openssl/ssl.h in /usr/lib/ssl... no
-checking for openssl/ssl.h in /usr/ssl... no
-checking for openssl/ssl.h in /usr/pkg... no
-checking for openssl/ssl.h in /usr/local... no
-checking for openssl/ssl.h in /usr... no
-checking whether compiling and linking against OpenSSL works... no
-checking for --with-openssl-rpath...
-checking whether OpenSSL provides required ssl module APIs... no
-checking whether OpenSSL provides required hashlib module APIs... no
-checking for --with-ssl-default-suites... python
-checking for --with-builtin-hashlib-hashes... md5,sha1,sha256,sha512,sha3,blake2
-checking for LIBB2... no
-checking for --disable-test-modules... no
-checking for stdlib extension module _multiprocessing... n/a
-checking for stdlib extension module _posixshmem... n/a
-checking for stdlib extension module fcntl... n/a
-checking for stdlib extension module mmap... yes
-checking for stdlib extension module _socket... yes
-checking for stdlib extension module grp... n/a
-checking for stdlib extension module ossaudiodev... n/a
-checking for stdlib extension module pwd... n/a
-checking for stdlib extension module resource... n/a
-checking for stdlib extension module _scproxy... n/a
-checking for stdlib extension module spwd... n/a
-checking for stdlib extension module syslog... n/a
-checking for stdlib extension module termios... n/a
-checking for stdlib extension module pyexpat... yes
-checking for stdlib extension module _elementtree... yes
-checking for stdlib extension module _md5... yes
-checking for stdlib extension module _sha1... yes
-checking for stdlib extension module _sha256... yes
-checking for stdlib extension module _sha512... yes
-checking for stdlib extension module _sha3... yes
-checking for stdlib extension module _blake2... yes
-checking for stdlib extension module _crypt... yes
-checking for stdlib extension module _ctypes... missing
-checking for stdlib extension module _curses... n/a
-checking for stdlib extension module _curses_panel... n/a
-checking for stdlib extension module _decimal... yes
-checking for stdlib extension module _dbm... n/a
-checking for stdlib extension module _gdbm... n/a
-checking for stdlib extension module nis... n/a
-checking for stdlib extension module readline... n/a
-checking for stdlib extension module _sqlite3... disabled
-checking for stdlib extension module _tkinter... n/a
-checking for stdlib extension module _uuid... missing
-checking for stdlib extension module zlib... yes
-checking for stdlib extension module _bz2... missing
-checking for stdlib extension module _lzma... missing
-checking for stdlib extension module _ssl... missing
-checking for stdlib extension module _hashlib... missing
-checking for stdlib extension module _testcapi... disabled
-checking for stdlib extension module _testinternalcapi... disabled
-checking for stdlib extension module _testbuffer... disabled
-checking for stdlib extension module _testimportmultiple... disabled
-checking for stdlib extension module _testmultiphase... disabled
-checking for stdlib extension module xxsubtype... disabled
-checking for stdlib extension module _xxtestfuzz... disabled
-checking for stdlib extension module _ctypes_test... disabled
-checking for stdlib extension module xxlimited... missing
-checking for stdlib extension module xxlimited_35... missing
-configure: updating cache config.cache
-configure: creating ./config.status
-config.status: creating Makefile.pre
-config.status: creating Misc/python.pc
-config.status: creating Misc/python-embed.pc
-config.status: creating Misc/python-config.sh
-config.status: creating Modules/Setup.bootstrap
-config.status: creating Modules/Setup.stdlib
-config.status: creating Modules/ld_so_aix
-config.status: creating pyconfig.h
-configure: WARNING: unrecognized options: --enable-wasm-js-module
-configure: creating Modules/Setup.local
-configure: creating Makefile
-configure:
-
-If you want a release build with all stable optimizations active (PGO, etc),
-please run ./configure --enable-optimizations
-
-make: make -j24
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Programs/python.o /home/s1g/Workspaces/cpython/upstream/cpython/Programs/python.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/token.o /home/s1g/Workspaces/cpython/upstream/cpython/Parser/token.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/pegen.o /home/s1g/Workspaces/cpython/upstream/cpython/Parser/pegen.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/pegen_errors.o /home/s1g/Workspaces/cpython/upstream/cpython/Parser/pegen_errors.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/action_helpers.o /home/s1g/Workspaces/cpython/upstream/cpython/Parser/action_helpers.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/parser.o /home/s1g/Workspaces/cpython/upstream/cpython/Parser/parser.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/string_parser.o /home/s1g/Workspaces/cpython/upstream/cpython/Parser/string_parser.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/peg_api.o /home/s1g/Workspaces/cpython/upstream/cpython/Parser/peg_api.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/myreadline.o /home/s1g/Workspaces/cpython/upstream/cpython/Parser/myreadline.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Parser/tokenizer.o /home/s1g/Workspaces/cpython/upstream/cpython/Parser/tokenizer.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/abstract.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/abstract.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/boolobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/boolobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/bytes_methods.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/bytes_methods.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/bytearrayobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/bytearrayobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/bytesobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/bytesobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/call.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/call.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/capsule.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/capsule.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/cellobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/cellobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/classobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/classobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/codeobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/codeobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/complexobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/complexobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/descrobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/descrobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/enumobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/enumobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/exceptions.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/exceptions.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/genericaliasobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/genericaliasobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/genobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/genobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/fileobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/fileobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/floatobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/floatobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/frameobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/frameobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/funcobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/funcobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/interpreteridobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/interpreteridobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/iterobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/iterobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/listobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/listobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/longobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/longobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/dictobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/dictobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/odictobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/odictobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/memoryobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/memoryobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/methodobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/methodobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/moduleobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/moduleobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/namespaceobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/namespaceobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/object.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/object.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/obmalloc.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/obmalloc.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/picklebufobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/picklebufobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/rangeobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/rangeobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/setobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/setobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/sliceobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/sliceobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/structseq.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/structseq.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/tupleobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/tupleobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/typeobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/typeobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/unicodeobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/unicodeobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/unicodectype.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/unicodectype.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/unionobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/unionobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Objects/weakrefobject.o /home/s1g/Workspaces/cpython/upstream/cpython/Objects/weakrefobject.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/_warnings.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/_warnings.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/Python-ast.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/Python-ast.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/Python-tokenize.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/Python-tokenize.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/asdl.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/asdl.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ast.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/ast.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ast_opt.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/ast_opt.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ast_unparse.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/ast_unparse.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/bltinmodule.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/bltinmodule.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ceval.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/ceval.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/codecs.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/codecs.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/compile.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/compile.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/context.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/context.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/dynamic_annotations.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/dynamic_annotations.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/errors.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/errors.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/frame.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/frame.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/frozenmain.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/frozenmain.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/future.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/future.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getargs.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/getargs.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getcompiler.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/getcompiler.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getcopyright.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/getcopyright.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -DPLATFORM='"emscripten"' -o Python/getplatform.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/getplatform.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getversion.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/getversion.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/ceval_gil.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/ceval_gil.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/hamt.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/hamt.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/hashtable.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/hashtable.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/import.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/import.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -I. -o Python/importdl.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/importdl.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/initconfig.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/initconfig.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/marshal.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/marshal.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/modsupport.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/modsupport.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/mysnprintf.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/mysnprintf.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/mystrtoul.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/mystrtoul.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pathconfig.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pathconfig.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/preconfig.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/preconfig.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pyarena.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pyarena.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pyctype.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pyctype.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pyfpe.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pyfpe.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pyhash.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pyhash.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pylifecycle.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pylifecycle.c
-/home/s1g/Workspaces/cpython/upstream/cpython/Python/initconfig.c:2347:27: warning: format specifies type 'wint_t' (aka 'int') but the argument has type 'wint_t' (aka 'unsigned int') [-Wformat]
- printf(usage_envvars, (wint_t)DELIM, (wint_t)DELIM, PYTHONHOMEHELP);
- ~~~~~~~~~~~~~ ^~~~~~~~~~~~~
-/home/s1g/Workspaces/cpython/upstream/cpython/Python/initconfig.c:138:18: note: format string is defined here
-"PYTHONPATH : '%lc'-separated list of directories prefixed to the\n"
- ^~~
- %c
-/home/s1g/Workspaces/cpython/upstream/cpython/Python/initconfig.c:2347:42: warning: format specifies type 'wint_t' (aka 'int') but the argument has type 'wint_t' (aka 'unsigned int') [-Wformat]
- printf(usage_envvars, (wint_t)DELIM, (wint_t)DELIM, PYTHONHOMEHELP);
- ~~~~~~~~~~~~~ ^~~~~~~~~~~~~
-/home/s1g/Workspaces/cpython/upstream/cpython/Python/initconfig.c:141:58: note: format string is defined here
-"PYTHONHOME : alternate <prefix> directory (or <prefix>%lc<exec_prefix>).\n"
- ^~~
- %c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pymath.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pymath.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pystate.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pystate.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pythonrun.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pythonrun.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pytime.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pytime.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/bootstrap_hash.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/bootstrap_hash.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/specialize.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/specialize.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/structmember.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/structmember.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/symtable.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/symtable.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE \
- -DABIFLAGS='""' \
- -DMULTIARCH=\"wasm32-emscripten\" \
- -o Python/sysmodule.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/sysmodule.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/thread.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/thread.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/traceback.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/traceback.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/getopt.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/getopt.c
-/home/s1g/Workspaces/cpython/upstream/cpython/Python/pytime.c:297:10: warning: implicit conversion from 'time_t' (aka 'long long') to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
- if (!_Py_InIntegralTypeRange(time_t, intpart)) {
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal/pycore_pymath.h:72:45: note: expanded from macro '_Py_InIntegralTypeRange'
- (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type))
- ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
-/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal/pycore_pymath.h:61:88: note: expanded from macro '_Py_IntegralTypeMax'
- (_Py_IS_TYPE_SIGNED(type) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0)
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
-/home/s1g/Workspaces/cpython/upstream/cpython/Python/pytime.c:352:14: warning: implicit conversion from 'time_t' (aka 'long long') to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
- if (!_Py_InIntegralTypeRange(time_t, intpart)) {
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal/pycore_pymath.h:72:45: note: expanded from macro '_Py_InIntegralTypeRange'
- (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type))
- ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
-/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal/pycore_pymath.h:61:88: note: expanded from macro '_Py_IntegralTypeMax'
- (_Py_IS_TYPE_SIGNED(type) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0)
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pystrcmp.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pystrcmp.c
-/home/s1g/Workspaces/cpython/upstream/cpython/Python/pytime.c:518:10: warning: implicit conversion from '_PyTime_t' (aka 'long long') to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
- if (!_Py_InIntegralTypeRange(_PyTime_t, d)) {
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal/pycore_pymath.h:72:45: note: expanded from macro '_Py_InIntegralTypeRange'
- (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type))
- ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
-/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal/pycore_pymath.h:61:88: note: expanded from macro '_Py_IntegralTypeMax'
- (_Py_IS_TYPE_SIGNED(type) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0)
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pystrtod.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pystrtod.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/pystrhex.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/pystrhex.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -fno-strict-aliasing -o Python/dtoa.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/dtoa.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/formatter_unicode.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/formatter_unicode.c
-3 warnings generated.
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/fileutils.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/fileutils.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/suggestions.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/suggestions.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/perf_trampoline.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/perf_trampoline.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/dynload_stub.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/dynload_stub.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/emscripten_signal.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/emscripten_signal.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Modules/main.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/main.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Modules/gcmodule.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/gcmodule.c
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/arraymodule.c -o Modules/arraymodule.o
-2 warnings generated.
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_asynciomodule.c -o Modules/_asynciomodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_bisectmodule.c -o Modules/_bisectmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_contextvarsmodule.c -o Modules/_contextvarsmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_csv.c -o Modules/_csv.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_heapqmodule.c -o Modules/_heapqmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_json.c -o Modules/_json.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_lsprof.c -o Modules/_lsprof.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/rotatingtree.c -o Modules/rotatingtree.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_opcode.c -o Modules/_opcode.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_pickle.c -o Modules/_pickle.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_queuemodule.c -o Modules/_queuemodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_randommodule.c -o Modules/_randommodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_struct.c -o Modules/_struct.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_typingmodule.c -o Modules/_typingmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_zoneinfo.c -o Modules/_zoneinfo.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/audioop.c -o Modules/audioop.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/mathmodule.c -o Modules/mathmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/cmathmodule.c -o Modules/cmathmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_statisticsmodule.c -o Modules/_statisticsmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_datetimemodule.c -o Modules/_datetimemodule.o
-/emsdk/upstream/emscripten/emcc -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_32=1 -DANSI=1 -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -o Modules/_decimal/libmpdec/basearith.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/basearith.c
-/emsdk/upstream/emscripten/emcc -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_32=1 -DANSI=1 -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -o Modules/_decimal/libmpdec/constants.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/constants.c
-/emsdk/upstream/emscripten/emcc -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_32=1 -DANSI=1 -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -o Modules/_decimal/libmpdec/context.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/context.c
-/emsdk/upstream/emscripten/emcc -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_32=1 -DANSI=1 -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -o Modules/_decimal/libmpdec/convolute.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/convolute.c
-/emsdk/upstream/emscripten/emcc -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_32=1 -DANSI=1 -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -o Modules/_decimal/libmpdec/crt.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/crt.c
-/emsdk/upstream/emscripten/emcc -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_32=1 -DANSI=1 -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -o Modules/_decimal/libmpdec/difradix2.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/difradix2.c
-/emsdk/upstream/emscripten/emcc -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_32=1 -DANSI=1 -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -o Modules/_decimal/libmpdec/fnt.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/fnt.c
-/emsdk/upstream/emscripten/emcc -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_32=1 -DANSI=1 -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -o Modules/_decimal/libmpdec/fourstep.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/fourstep.c
-/emsdk/upstream/emscripten/emcc -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_32=1 -DANSI=1 -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -o Modules/_decimal/libmpdec/io.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/io.c
-/emsdk/upstream/emscripten/emcc -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_32=1 -DANSI=1 -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -o Modules/_decimal/libmpdec/mpalloc.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/mpalloc.c
-/emsdk/upstream/emscripten/emcc -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_32=1 -DANSI=1 -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -o Modules/_decimal/libmpdec/mpdecimal.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/mpdecimal.c
-/emsdk/upstream/emscripten/emcc -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_32=1 -DANSI=1 -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -o Modules/_decimal/libmpdec/numbertheory.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/numbertheory.c
-/emsdk/upstream/emscripten/emcc -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_32=1 -DANSI=1 -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -o Modules/_decimal/libmpdec/sixstep.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/sixstep.c
-/emsdk/upstream/emscripten/emcc -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_32=1 -DANSI=1 -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -o Modules/_decimal/libmpdec/transpose.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec/transpose.c
-/emsdk/upstream/emscripten/emcc -DUSE_ZLIB_CRC32 -sUSE_ZLIB -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/binascii.c -o Modules/binascii.o
-/emsdk/upstream/emscripten/emcc -sUSE_ZLIB -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/zlibmodule.c -o Modules/zlibmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/md5module.c -o Modules/md5module.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/sha1module.c -o Modules/sha1module.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/sha256module.c -o Modules/sha256module.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/sha512module.c -o Modules/sha512module.o
-ports:INFO: retrieving port: zlib from https://storage.googleapis.com/webassembly/emscripten-ports/zlib-1.2.12.tar.gz
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_sha3/sha3module.c -o Modules/_sha3/sha3module.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_blake2/blake2module.c -o Modules/_blake2/blake2module.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_blake2/blake2b_impl.c -o Modules/_blake2/blake2b_impl.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_blake2/blake2s_impl.c -o Modules/_blake2/blake2s_impl.o
-/emsdk/upstream/emscripten/emcc -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -o Modules/expat/xmlparse.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat/xmlparse.c
-/emsdk/upstream/emscripten/emcc -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -o Modules/expat/xmlrole.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat/xmlrole.c
-/emsdk/upstream/emscripten/emcc -c -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -o Modules/expat/xmltok.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat/xmltok.c
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_cn.c -o Modules/cjkcodecs/_codecs_cn.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_hk.c -o Modules/cjkcodecs/_codecs_hk.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_iso2022.c -o Modules/cjkcodecs/_codecs_iso2022.o
-/home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat/xmlparse.c:3116:9: warning: code will never be executed [-Wunreachable-code]
- parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf,
- ^~~~~~
-/home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat/xmlparse.c:3115:16: note: silence by adding parentheses to mark code as explicitly dead
- else if (0 && parser->m_characterDataHandler)
- ^
- /* DISABLES CODE */ ( )
-/home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat/xmlparse.c:4059:9: warning: code will never be executed [-Wunreachable-code]
- parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf,
- ^~~~~~
-/home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat/xmlparse.c:4058:16: note: silence by adding parentheses to mark code as explicitly dead
- else if (0 && parser->m_characterDataHandler)
- ^
- /* DISABLES CODE */ ( )
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_jp.c -o Modules/cjkcodecs/_codecs_jp.o
-/home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat/xmlparse.c:7703:11: warning: format specifies type 'int' but the argument has type 'ptrdiff_t' (aka 'long') [-Wformat]
- bytesMore, (account == XML_ACCOUNT_DIRECT) ? "DIR" : "EXP",
- ^~~~~~~~~
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_kr.c -o Modules/cjkcodecs/_codecs_kr.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/_codecs_tw.c -o Modules/cjkcodecs/_codecs_tw.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/cjkcodecs/multibytecodec.c -o Modules/cjkcodecs/multibytecodec.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/unicodedata.c -o Modules/unicodedata.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_cryptmodule.c -o Modules/_cryptmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/mmapmodule.c -o Modules/mmapmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_emception.c -o Modules/_emception.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/selectmodule.c -o Modules/selectmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/socketmodule.c -o Modules/socketmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/atexitmodule.c -o Modules/atexitmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/faulthandler.c -o Modules/faulthandler.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/posixmodule.c -o Modules/posixmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/signalmodule.c -o Modules/signalmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_tracemalloc.c -o Modules/_tracemalloc.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_codecsmodule.c -o Modules/_codecsmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/errnomodule.c -o Modules/errnomodule.o
-/emsdk/upstream/emscripten/emcc -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/_iomodule.c -o Modules/_io/_iomodule.o
-/emsdk/upstream/emscripten/emcc -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/iobase.c -o Modules/_io/iobase.o
-/emsdk/upstream/emscripten/emcc -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/fileio.c -o Modules/_io/fileio.o
-/home/s1g/Workspaces/cpython/upstream/cpython/Modules/socketmodule.c:4027:33: warning: comparison of integers of different signs: 'unsigned long' and 'long' [-Wsign-compare]
- cmsgh != NULL; cmsgh = CMSG_NXTHDR(&msg, cmsgh)) {
- ^~~~~~~~~~~~~~~~~~~~~~~~
-/emsdk/upstream/emscripten/cache/sysroot/include/sys/socket.h:356:44: note: expanded from macro 'CMSG_NXTHDR'
- __CMSG_LEN(cmsg) + sizeof(struct cmsghdr) >= __MHDR_END(mhdr) - (unsigned char *)(cmsg) \
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-/home/s1g/Workspaces/cpython/upstream/cpython/Modules/socketmodule.c:4080:33: warning: comparison of integers of different signs: 'unsigned long' and 'long' [-Wsign-compare]
- cmsgh != NULL; cmsgh = CMSG_NXTHDR(&msg, cmsgh)) {
- ^~~~~~~~~~~~~~~~~~~~~~~~
-/emsdk/upstream/emscripten/cache/sysroot/include/sys/socket.h:356:44: note: expanded from macro 'CMSG_NXTHDR'
- __CMSG_LEN(cmsg) + sizeof(struct cmsghdr) >= __MHDR_END(mhdr) - (unsigned char *)(cmsg) \
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-/home/s1g/Workspaces/cpython/upstream/cpython/Modules/socketmodule.c:4706:54: warning: comparison of integers of different signs: 'unsigned long' and 'long' [-Wsign-compare]
- cmsgh = (i == 0) ? CMSG_FIRSTHDR(&msg) : CMSG_NXTHDR(&msg, cmsgh);
- ^~~~~~~~~~~~~~~~~~~~~~~~
-/emsdk/upstream/emscripten/cache/sysroot/include/sys/socket.h:356:44: note: expanded from macro 'CMSG_NXTHDR'
- __CMSG_LEN(cmsg) + sizeof(struct cmsghdr) >= __MHDR_END(mhdr) - (unsigned char *)(cmsg) \
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-/emsdk/upstream/emscripten/emcc -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/bytesio.c -o Modules/_io/bytesio.o
-/emsdk/upstream/emscripten/emcc -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/bufferedio.c -o Modules/_io/bufferedio.o
-/emsdk/upstream/emscripten/emcc -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/textio.c -o Modules/_io/textio.o
-ports:INFO: unpacking port: zlib
-/emsdk/upstream/emscripten/emcc -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_io/stringio.c -o Modules/_io/stringio.o
-cache:INFO: generating port: sysroot/lib/wasm32-emscripten/libz.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libz.a" for subsequent builds)
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_sre/sre.c -o Modules/_sre/sre.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_threadmodule.c -o Modules/_threadmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/timemodule.c -o Modules/timemodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_weakref.c -o Modules/_weakref.o
-3 warnings generated.
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_abc.c -o Modules/_abc.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_localemodule.c -o Modules/_localemodule.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_operator.c -o Modules/_operator.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_stat.c -o Modules/_stat.o
-/emsdk/upstream/emscripten/emcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/symtablemodule.c -o Modules/symtablemodule.o
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py importlib._bootstrap /home/s1g/Workspaces/cpython/upstream/cpython/Lib/importlib/_bootstrap.py Python/frozen_modules/importlib._bootstrap.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py importlib._bootstrap_external /home/s1g/Workspaces/cpython/upstream/cpython/Lib/importlib/_bootstrap_external.py Python/frozen_modules/importlib._bootstrap_external.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py zipimport /home/s1g/Workspaces/cpython/upstream/cpython/Lib/zipimport.py Python/frozen_modules/zipimport.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py abc /home/s1g/Workspaces/cpython/upstream/cpython/Lib/abc.py Python/frozen_modules/abc.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py codecs /home/s1g/Workspaces/cpython/upstream/cpython/Lib/codecs.py Python/frozen_modules/codecs.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py io /home/s1g/Workspaces/cpython/upstream/cpython/Lib/io.py Python/frozen_modules/io.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py _collections_abc /home/s1g/Workspaces/cpython/upstream/cpython/Lib/_collections_abc.py Python/frozen_modules/_collections_abc.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py _sitebuiltins /home/s1g/Workspaces/cpython/upstream/cpython/Lib/_sitebuiltins.py Python/frozen_modules/_sitebuiltins.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py genericpath /home/s1g/Workspaces/cpython/upstream/cpython/Lib/genericpath.py Python/frozen_modules/genericpath.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py ntpath /home/s1g/Workspaces/cpython/upstream/cpython/Lib/ntpath.py Python/frozen_modules/ntpath.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py posixpath /home/s1g/Workspaces/cpython/upstream/cpython/Lib/posixpath.py Python/frozen_modules/posixpath.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py os /home/s1g/Workspaces/cpython/upstream/cpython/Lib/os.py Python/frozen_modules/os.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py site /home/s1g/Workspaces/cpython/upstream/cpython/Lib/site.py Python/frozen_modules/site.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py stat /home/s1g/Workspaces/cpython/upstream/cpython/Lib/stat.py Python/frozen_modules/stat.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py importlib.util /home/s1g/Workspaces/cpython/upstream/cpython/Lib/importlib/util.py Python/frozen_modules/importlib.util.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py importlib.machinery /home/s1g/Workspaces/cpython/upstream/cpython/Lib/importlib/machinery.py Python/frozen_modules/importlib.machinery.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py runpy /home/s1g/Workspaces/cpython/upstream/cpython/Lib/runpy.py Python/frozen_modules/runpy.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __hello__ /home/s1g/Workspaces/cpython/upstream/cpython/Lib/__hello__.py Python/frozen_modules/__hello__.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __phello__ /home/s1g/Workspaces/cpython/upstream/cpython/Lib/__phello__/__init__.py Python/frozen_modules/__phello__.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __phello__.ham /home/s1g/Workspaces/cpython/upstream/cpython/Lib/__phello__/ham/__init__.py Python/frozen_modules/__phello__.ham.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __phello__.ham.eggs /home/s1g/Workspaces/cpython/upstream/cpython/Lib/__phello__/ham/eggs.py Python/frozen_modules/__phello__.ham.eggs.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py __phello__.spam /home/s1g/Workspaces/cpython/upstream/cpython/Lib/__phello__/spam.py Python/frozen_modules/__phello__.spam.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py frozen_only /home/s1g/Workspaces/cpython/upstream/cpython/Tools/freeze/flag.py Python/frozen_modules/frozen_only.h
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Programs/_freeze_module.py getpath /home/s1g/Workspaces/cpython/upstream/cpython/Modules/getpath.py Python/frozen_modules/getpath.h
-3 warnings generated.
-system_libs:INFO: compiled 15 inputs
-cache:INFO: - ok
-_PYTHON_PROJECT_BASE=/home/s1g/Workspaces/cpython/build/cpython _PYTHON_HOST_PLATFORM=emscripten-wasm32 PYTHONPATH=/home/s1g/Workspaces/cpython/upstream/cpython/Lib _PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata__emscripten_wasm32-emscripten /home/s1g/Workspaces/cpython/build/cpython-native/python -S -m sysconfig --generate-posix-vars ;\
-if test $? -ne 0 ; then \
- echo "generate-posix-vars failed" ; \
- rm -f ./pybuilddir.txt ; \
- exit 1 ; \
-fi
-rm -f Modules/_decimal/libmpdec/libmpdec.a
-rm -f Modules/expat/libexpat.a
-sed -e "s,@EXENAME@,/usr/local/bin/python3.12.mjs," < /home/s1g/Workspaces/cpython/upstream/cpython/Misc/python-config.in >python-config.py
-/home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Tools/build/deepfreeze.py \
-Python/frozen_modules/importlib._bootstrap.h:importlib._bootstrap \
-Python/frozen_modules/importlib._bootstrap_external.h:importlib._bootstrap_external \
-Python/frozen_modules/zipimport.h:zipimport \
-Python/frozen_modules/abc.h:abc \
-Python/frozen_modules/codecs.h:codecs \
-Python/frozen_modules/io.h:io \
-Python/frozen_modules/_collections_abc.h:_collections_abc \
-Python/frozen_modules/_sitebuiltins.h:_sitebuiltins \
-Python/frozen_modules/genericpath.h:genericpath \
-Python/frozen_modules/ntpath.h:ntpath \
-Python/frozen_modules/posixpath.h:posixpath \
-Python/frozen_modules/os.h:os \
-Python/frozen_modules/site.h:site \
-Python/frozen_modules/stat.h:stat \
-Python/frozen_modules/importlib.util.h:importlib.util \
-Python/frozen_modules/importlib.machinery.h:importlib.machinery \
-Python/frozen_modules/runpy.h:runpy \
-Python/frozen_modules/__hello__.h:__hello__ \
-Python/frozen_modules/__phello__.h:__phello__ \
-Python/frozen_modules/__phello__.ham.h:__phello__.ham \
-Python/frozen_modules/__phello__.ham.eggs.h:__phello__.ham.eggs \
-Python/frozen_modules/__phello__.spam.h:__phello__.spam \
-Python/frozen_modules/frozen_only.h:frozen_only \
--o Python/deepfreeze/deepfreeze.c
-/emsdk/upstream/emscripten/emar rcs Modules/_decimal/libmpdec/libmpdec.a Modules/_decimal/libmpdec/basearith.o Modules/_decimal/libmpdec/constants.o Modules/_decimal/libmpdec/context.o Modules/_decimal/libmpdec/convolute.o Modules/_decimal/libmpdec/crt.o Modules/_decimal/libmpdec/difradix2.o Modules/_decimal/libmpdec/fnt.o Modules/_decimal/libmpdec/fourstep.o Modules/_decimal/libmpdec/io.o Modules/_decimal/libmpdec/mpalloc.o Modules/_decimal/libmpdec/mpdecimal.o Modules/_decimal/libmpdec/numbertheory.o Modules/_decimal/libmpdec/sixstep.o Modules/_decimal/libmpdec/transpose.o
-/emsdk/upstream/emscripten/emar rcs Modules/expat/libexpat.a Modules/expat/xmlparse.o Modules/expat/xmlrole.o Modules/expat/xmltok.o
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -DPYTHONPATH='""' \
- -DPREFIX='"/usr/local"' \
- -DEXEC_PREFIX='"/usr/local"' \
- -DVERSION='"3.12"' \
- -DVPATH='"/home/s1g/Workspaces/cpython/upstream/cpython"' \
- -DPLATLIBDIR='"lib"' \
- -DPYTHONFRAMEWORK='""' \
- -o Modules/getpath.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/getpath.c
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/frozen.o /home/s1g/Workspaces/cpython/upstream/cpython/Python/frozen.c
-LC_ALL=C sed -e 's,\$(\([A-Za-z0-9_]*\)),\$\{\1\},g' < Misc/python-config.sh >python-config
-_PYTHON_PROJECT_BASE=/home/s1g/Workspaces/cpython/build/cpython _PYTHON_HOST_PLATFORM=emscripten-wasm32 PYTHONPATH=/home/s1g/Workspaces/cpython/build/cpython/build/lib.emscripten-wasm32-3.12:/home/s1g/Workspaces/cpython/upstream/cpython/Lib _PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata__emscripten_wasm32-emscripten /home/s1g/Workspaces/cpython/build/cpython-native/python /home/s1g/Workspaces/cpython/upstream/cpython/Tools/wasm/wasm_assets.py \
- --buildroot . --prefix /usr/local
-_PYTHON_PROJECT_BASE=/home/s1g/Workspaces/cpython/build/cpython _PYTHON_HOST_PLATFORM=emscripten-wasm32 PYTHONPATH=/home/s1g/Workspaces/cpython/build/cpython/build/lib.emscripten-wasm32-3.12:/home/s1g/Workspaces/cpython/upstream/cpython/Lib _PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata__emscripten_wasm32-emscripten /home/s1g/Workspaces/cpython/build/cpython-native/python -c 'import sys ; from sysconfig import get_platform ; print("%s-%d.%d" % (get_platform(), *sys.version_info[:2]))' >platform
-/emsdk/upstream/emscripten/emcc -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/libmpdec -DCONFIG_32=1 -DANSI=1 -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_decimal/_decimal.c -o Modules/_decimal/_decimal.o
-/emsdk/upstream/emscripten/emcc -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/pyexpat.c -o Modules/pyexpat.o
-/emsdk/upstream/emscripten/emcc -I/home/s1g/Workspaces/cpython/upstream/cpython/Modules/expat -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE_BUILTIN -c /home/s1g/Workspaces/cpython/upstream/cpython/Modules/_elementtree.c -o Modules/_elementtree.o
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE \
- -DGITVERSION="\"`LC_ALL=C git --git-dir /home/s1g/Workspaces/cpython/upstream/cpython/.git rev-parse --short HEAD`\"" \
- -DGITTAG="\"`LC_ALL=C git --git-dir /home/s1g/Workspaces/cpython/upstream/cpython/.git describe --all --always --dirty`\"" \
- -DGITBRANCH="\"`LC_ALL=C git --git-dir /home/s1g/Workspaces/cpython/upstream/cpython/.git name-rev --name-only HEAD`\"" \
- -o Modules/getbuildinfo.o /home/s1g/Workspaces/cpython/upstream/cpython/Modules/getbuildinfo.c
-Created /home/s1g/Workspaces/cpython/build/cpython/usr/local/lib/python312.zip (2.96 MiB)
-Note: Deepfreeze may have added some global objects,
- so run 'make regen-global-objects' if necessary.
-/emsdk/upstream/emscripten/emcc -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/s1g/Workspaces/cpython/upstream/cpython/Include/internal -IObjects -IInclude -IPython -I. -I/home/s1g/Workspaces/cpython/upstream/cpython/Include -DPy_BUILD_CORE -o Python/deepfreeze/deepfreeze.o Python/deepfreeze/deepfreeze.c
-rm -f libpython3.12.a
-/emsdk/upstream/emscripten/emar rcs libpython3.12.a Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/perf_trampoline.o Python/dynload_stub.o Python/emscripten_signal.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/arraymodule.o Modules/_asynciomodule.o Modules/_bisectmodule.o Modules/_contextvarsmodule.o Modules/_csv.o Modules/_heapqmodule.o Modules/_json.o Modules/_lsprof.o Modules/rotatingtree.o Modules/_opcode.o Modules/_pickle.o Modules/_queuemodule.o Modules/_randommodule.o Modules/_struct.o Modules/_typingmodule.o Modules/_zoneinfo.o Modules/audioop.o Modules/mathmodule.o Modules/cmathmodule.o Modules/_statisticsmodule.o Modules/_datetimemodule.o Modules/_decimal/_decimal.o Modules/binascii.o Modules/zlibmodule.o Modules/md5module.o Modules/sha1module.o Modules/sha256module.o Modules/sha512module.o Modules/_sha3/sha3module.o Modules/_blake2/blake2module.o Modules/_blake2/blake2b_impl.o Modules/_blake2/blake2s_impl.o Modules/pyexpat.o Modules/_elementtree.o Modules/cjkcodecs/_codecs_cn.o Modules/cjkcodecs/_codecs_hk.o Modules/cjkcodecs/_codecs_iso2022.o Modules/cjkcodecs/_codecs_jp.o Modules/cjkcodecs/_codecs_kr.o Modules/cjkcodecs/_codecs_tw.o Modules/cjkcodecs/multibytecodec.o Modules/unicodedata.o Modules/_cryptmodule.o Modules/mmapmodule.o Modules/_emception.o Modules/selectmodule.o Modules/socketmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o
-/emsdk/upstream/emscripten/emcc -s ALLOW_MEMORY_GROWTH=1 -s EXPORTED_FUNCTIONS=_main,_free,_malloc -s EXPORTED_RUNTIME_METHODS=FS,PROXYFS,ERRNO_CODES,allocateUTF8 -lproxyfs.js --js-library=/home/s1g/Workspaces/cpython/emlib/fsroot.js -sALLOW_MEMORY_GROWTH -sTOTAL_MEMORY=20971520 -sWASM_BIGINT -sFORCE_FILESYSTEM -lidbfs.js -lnodefs.js -lproxyfs.js -lworkerfs.js -O2 -g0 -o python.mjs Programs/python.o Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/ceval_gil.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/perf_trampoline.o Python/dynload_stub.o Python/emscripten_signal.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/arraymodule.o Modules/_asynciomodule.o Modules/_bisectmodule.o Modules/_contextvarsmodule.o Modules/_csv.o Modules/_heapqmodule.o Modules/_json.o Modules/_lsprof.o Modules/rotatingtree.o Modules/_opcode.o Modules/_pickle.o Modules/_queuemodule.o Modules/_randommodule.o Modules/_struct.o Modules/_typingmodule.o Modules/_zoneinfo.o Modules/audioop.o Modules/mathmodule.o Modules/cmathmodule.o Modules/_statisticsmodule.o Modules/_datetimemodule.o Modules/_decimal/_decimal.o Modules/binascii.o Modules/zlibmodule.o Modules/md5module.o Modules/sha1module.o Modules/sha256module.o Modules/sha512module.o Modules/_sha3/sha3module.o Modules/_blake2/blake2module.o Modules/_blake2/blake2b_impl.o Modules/_blake2/blake2s_impl.o Modules/pyexpat.o Modules/_elementtree.o Modules/cjkcodecs/_codecs_cn.o Modules/cjkcodecs/_codecs_hk.o Modules/cjkcodecs/_codecs_iso2022.o Modules/cjkcodecs/_codecs_jp.o Modules/cjkcodecs/_codecs_kr.o Modules/cjkcodecs/_codecs_tw.o Modules/cjkcodecs/multibytecodec.o Modules/unicodedata.o Modules/_cryptmodule.o Modules/mmapmodule.o Modules/_emception.o Modules/selectmodule.o Modules/socketmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -ldl -lm -lm -lm -lm -lm -lm Modules/_decimal/libmpdec/libmpdec.a -sUSE_ZLIB -sUSE_ZLIB -lm Modules/expat/libexpat.a -lm
-cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/libstubs.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libstubs.a" for subsequent builds)
-system_libs:INFO: compiled 2 inputs
-cache:INFO: - ok
-cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/libnoexit.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libnoexit.a" for subsequent builds)
-system_libs:INFO: compiled 1 inputs
-cache:INFO: - ok
-cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/libc.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libc.a" for subsequent builds)
-system_libs:INFO: compiled 998 inputs
-cache:INFO: - ok
-cache:INFO: generating system library: sysroot/lib/wasm32-emscripten/libc++abi-noexcept.a... (this will be cached in "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libc++abi-noexcept.a" for subsequent builds)
-system_libs:INFO: compiled 16 inputs
-cache:INFO: - ok
-The following modules are *disabled* in configure script:
-_ctypes_test _sqlite3 _testbuffer
-_testcapi _testimportmultiple _testinternalcapi
-_testmultiphase _xxtestfuzz xxsubtype
-
-The necessary bits to build these optional modules were not found:
-_bz2 _ctypes _hashlib
-_lzma _ssl _uuid
-xxlimited xxlimited_35
-To find the necessary bits, look in configure.ac and config.log.
-
-Could not build the ssl module!
-Python requires a OpenSSL 1.1.1 or newer
-
-Checked 110 modules (73 built-in, 0 shared, 20 n/a on emscripten-wasm32, 9 disabled, 8 missing, 0 failed on import)
-/home/s1g/Workspaces/cpython
-/home/s1g/Workspaces/cpython/build/cpython /home/s1g/Workspaces/cpython
-make: make -j24
-The following modules are *disabled* in configure script:
-_ctypes_test _sqlite3 _testbuffer
-_testcapi _testimportmultiple _testinternalcapi
-_testmultiphase _xxtestfuzz xxsubtype
-
-The necessary bits to build these optional modules were not found:
-_bz2 _ctypes _hashlib
-_lzma _ssl _uuid
-xxlimited xxlimited_35
-To find the necessary bits, look in configure.ac and config.log.
-
-Could not build the ssl module!
-Python requires a OpenSSL 1.1.1 or newer
-
-Checked 110 modules (73 built-in, 0 shared, 20 n/a on emscripten-wasm32, 9 disabled, 8 missing, 0 failed on import)
-/home/s1g/Workspaces/cpython
-./build-with-docker.sh 0.05s user 0.14s system 0% cpu 4:38.70 total
\ No newline at end of file
+checking for --with-build-python... configure: error: invalid or missing build python binary "/Users/s1g/Workspaces/cpython/build/cpython-native/python"
+emconfigure: error: '/Users/s1g/Workspaces/cpython/upstream/cpython/configure -C --host=wasm32-unknown-emscripten --build=x86_64-pc-linux-gnu --with-emscripten-target=browser --disable-wasm-dynamic-linking --with-suffix=.mjs --disable-wasm-preload --enable-wasm-js-module --with-build-python=/Users/s1g/Workspaces/cpython/build/cpython-native/python' failed (returned 1)
+make: make -j10
+make: *** No targets specified and no makefile found. Stop.
+emmake: error: 'make -j10' failed (returned 2)
+/Users/s1g/Workspaces/cpython
+/Users/s1g/Workspaces/cpython/build/cpython /Users/s1g/Workspaces/cpython
+make: make -j10
+make: *** No targets specified and no makefile found. Stop.
+emmake: error: 'make -j10' failed (returned 2)
+/Users/s1g/Workspaces/cpython
+./build-with-docker.sh 0.28s user 0.33s system 0% cpu 11:13.21 total
\ No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment