mirror of
https://github.com/gwm17/catima.git
synced 2024-11-22 18:28:51 -05:00
compile option
This commit is contained in:
parent
3eff6abe0c
commit
b341626a3f
|
@ -12,8 +12,7 @@ print (SRC)
|
||||||
example_module = Pybind11Extension(
|
example_module = Pybind11Extension(
|
||||||
'pycatima',
|
'pycatima',
|
||||||
SRC,
|
SRC,
|
||||||
include_dirs=['../build/include','../global'],
|
include_dirs=['../build/include','../global']
|
||||||
extra_compile_args=['-O3']
|
|
||||||
)
|
)
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user