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