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 fef3edb commit 52c590aCopy full SHA for 52c590a
graalpython/lib-python/3/distutils/sysconfig_graalpython.py
@@ -78,7 +78,7 @@ def _init_posix():
78
g['OPT'] = "-DNDEBUG -O1"
79
g['CONFINCLUDEPY'] = get_python_inc()
80
g['CPPFLAGS'] = '-I. -I' + get_python_inc()
81
- g['CFLAGS'] = "-Wunused-command-line-argument -stdlib=libc++ -DNDEBUG -O1"
+ g['CFLAGS'] = "-Wno-unused-command-line-argument -stdlib=libc++ -DNDEBUG -O1"
82
g['CCSHARED'] = "-fPIC"
83
g['LDSHARED_LINUX'] = "%s -shared -fPIC" % sys.__graal_get_toolchain_path('CC')
84
if darwin_native:
0 commit comments