We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d37f0 commit b16807aCopy full SHA for b16807a
graalpython/lib-graalpython/_sysconfig.py
@@ -84,7 +84,7 @@ def _get_posix_vars():
84
g['OPT'] = "-stdlib=libc++ -DNDEBUG -O1"
85
g['CONFINCLUDEPY'] = get_python_inc()
86
g['CPPFLAGS'] = '-I. -I' + get_python_inc()
87
- g['CFLAGS'] = "-Wno-unused-command-line-argument -stdlib=libc++ -DNDEBUG -O1 -DHPY_UNIVERSAL_ABI"
+ g['CFLAGS'] = "-Wno-unused-command-line-argument -stdlib=libc++ -DNDEBUG -O1"
88
g['LDFLAGS'] = ""
89
g['CCSHARED'] = "-fPIC"
90
g['LDSHARED_LINUX'] = "%s -shared -fPIC" % __graalpython__.get_toolchain_tool_path('CC')
0 commit comments