From ad48b2e55a04c96903a92a4e155e905448d10b65 Mon Sep 17 00:00:00 2001 From: wangjiyu Date: Wed, 16 Apr 2025 17:53:08 +0800 Subject: [PATCH] debug --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8432fbb..fa99a88 100644 --- a/build.sh +++ b/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 \ -L./lib -L/usr/lib/x86_64-linux-gnu \ -DRTC_NUMPY_IMPL \