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 c5c52c5 commit 51b618aCopy full SHA for 51b618a
graalpython/lib-python/3/distutils/sysconfig_graalpython.py
@@ -66,7 +66,7 @@ def _init_posix():
66
67
g = {}
68
g['CC'] = "%s --experimental-options -CC %s" % (sys.executable, "-v" if sys.flags.verbose else "")
69
- g['CXX'] = "%s--experimental-options -CC %s" % (sys.executable, "-v" if sys.flags.verbose else "")
+ g['CXX'] = "%s --experimental-options -CC %s" % (sys.executable, "-v" if sys.flags.verbose else "")
70
g['OPT'] = "-DNDEBUG -O1"
71
g['CFLAGS'] = "-DNDEBUG -O1"
72
g['CCSHARED'] = "-fPIC"
0 commit comments