1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-22 10:18:50 -05:00

compile option

This commit is contained in:
Andrej Prochazka 2021-05-19 17:52:59 +02:00
parent 3eff6abe0c
commit b341626a3f

View File

@ -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(