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 00269f7 commit 9f3d30cCopy full SHA for 9f3d30c
setup.py
@@ -37,7 +37,7 @@ def customize_compiler(compiler):
37
compiler.linker_so[0] = os.environ['CXX']
38
return compiler
39
distutils.sysconfig.customize_compiler = customize_compiler
40
- flags[:] = ['-c', '-O3'] + flags + ['stdlib=libc++']
+ flags[:] = ['-c', '-O3'] + flags + ['-stdlib=libc++']
41
42
43
def _maybe_macos(flags):
0 commit comments