commit 9674275f1102fb2c0ec1bd12dd6ef226065af7ab parent 99f31f982937ba811e691fcd5d1aafccfa71644f Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 18 Nov 2023 20:18:35 +0100 -add debug symbols Diffstat:
| M | source/Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/Makefile b/source/Makefile @@ -1,2 +1,2 @@ all: - gcc -D CL_TARGET_OPENCL_VERSION=100 -o foo rsa-test.c lib-gpu-verify.c big-int-test.c -lgcrypt -lOpenCL -lm + gcc -g -O0 -D CL_TARGET_OPENCL_VERSION=100 -o foo rsa-test.c lib-gpu-verify.c big-int-test.c -lgcrypt -lOpenCL -lm