From 6da0a3ccb4dca6d47afb3fb7edcb11c8c76564f5 Mon Sep 17 00:00:00 2001 From: Yunbin Liu Date: Wed, 28 Feb 2024 01:02:09 +0000 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=20DEBUG=20=E4=BF=A1=E6=81=AF?= =?UTF-8?q?,=20=E4=BF=9D=E8=AF=81=E6=B5=8B=E9=80=9F=E7=9A=84=E7=A8=B3?= =?UTF-8?q?=E5=AE=9A=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- binding/c/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/binding/c/Makefile b/binding/c/Makefile index ea9523b..3031f3b 100644 --- a/binding/c/Makefile +++ b/binding/c/Makefile @@ -1,10 +1,10 @@ all: xdb_searcher util_test xdb_searcher: xdb_searcher.h xdb_searcher.c main.c - gcc -g -O2 -I./ xdb_searcher.c main.c -o xdb_searcher + gcc -O2 -I./ xdb_searcher.c main.c -o xdb_searcher util_test: xdb_searcher.h xdb_searcher.c util_test.c - gcc -g -O2 -I./ xdb_searcher.c util_test.c -o util_test + gcc -O2 -I./ xdb_searcher.c util_test.c -o util_test xdb_searcher.o: xdb_searcher.c gcc -c -o xdb_searcher.o xdb_searcher.c @@ -21,4 +21,4 @@ clean: find ./ -name xdb_searcher | xargs rm -f rm -rf build -.PHONY: all clean xdb_searcher util_test \ No newline at end of file +.PHONY: all clean xdb_searcher util_test