From ea0750c0c36924f19450e477aad7c083f44cb5fd Mon Sep 17 00:00:00 2001 From: Jason-Jia Date: Thu, 23 Sep 2021 16:46:04 +0800 Subject: [PATCH] Update makefile --- tests/script/api/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/api/makefile b/tests/script/api/makefile index 72b6784854..2e9c46a3d9 100644 --- a/tests/script/api/makefile +++ b/tests/script/api/makefile @@ -4,7 +4,7 @@ ROOT=./ TARGET=exe LFLAGS = '-Wl,-rpath,/usr/local/taos/driver/' -ltaos -lpthread -lm -lrt -CFLAGS = -O3 -g -Wall -Wno-deprecated -fPIC -Wno-unused-result -Wconversion \ +CFLAGS = -O0 -g -Wall -Wno-deprecated -fPIC -Wno-unused-result -Wconversion \ -Wno-char-subscripts -D_REENTRANT -Wno-format -D_REENTRANT -DLINUX \ -Wno-unused-function -D_M_X64 -I/usr/local/taos/include -std=gnu99 \ -- GitLab