debug
This commit is contained in:
parent
0bee448294
commit
ad48b2e55a
2
build.sh
2
build.sh
|
@ -1,4 +1,4 @@
|
||||||
g++ -shared -fPIC \
|
g++ -DBOOST_DEBUG_PYTHON -shared -fPIC \
|
||||||
-I/usr/include/python3.10 -I/usr/include/python3.10/numpy -I./include \
|
-I/usr/include/python3.10 -I/usr/include/python3.10/numpy -I./include \
|
||||||
-L./lib -L/usr/lib/x86_64-linux-gnu \
|
-L./lib -L/usr/lib/x86_64-linux-gnu \
|
||||||
-DRTC_NUMPY_IMPL \
|
-DRTC_NUMPY_IMPL \
|
||||||
|
|
Loading…
Reference in New Issue