Commit 9aa92615 authored by Dr.李's avatar Dr.李

try using a lower compiler directive

parent 140fb485
...@@ -32,7 +32,7 @@ def generate_extensions(ext_modules, line_trace=False): ...@@ -32,7 +32,7 @@ def generate_extensions(ext_modules, line_trace=False):
else: else:
define_macros = [] define_macros = []
if platform.system() != "Windows": if platform.system() != "Windows":
extra_compile_args = ['-O3', '-std=c++11'] extra_compile_args = ['-O3', '-std=c++0x']
else: else:
extra_compile_args = ['/Ox'] extra_compile_args = ['/Ox']
for pyxfile in ext_modules: for pyxfile in ext_modules:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment