try -O3
This commit is contained in:
parent
63b7ae4ccb
commit
5427a4defa
2
setup.py
2
setup.py
@ -18,7 +18,7 @@ my_extension = setuptools.Extension(
|
|||||||
"pywikidiff2",
|
"pywikidiff2",
|
||||||
sources=cpp_sources,
|
sources=cpp_sources,
|
||||||
include_dirs=[],
|
include_dirs=[],
|
||||||
extra_compile_args=["-Wall", "-std=c++17", "-fPIC","-lthai","-lstdc++"],
|
extra_compile_args=["-Wall", "-std=c++17", "-fPIC","-lthai","-lstdc++", "-O3"],
|
||||||
extra_link_args=["-lthai", "-lstdc++","-fPIC"],
|
extra_link_args=["-lthai", "-lstdc++","-fPIC"],
|
||||||
language="c++",
|
language="c++",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user