From e1e97f1f98baf82efcd5825d7c7a7b4b1b2f2e40 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 13 七月 2020 19:03:21 +0800 Subject: [PATCH] udpate --- Make.defines.linux | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Make.defines.linux b/Make.defines.linux index 5be4d47..3b61627 100755 --- a/Make.defines.linux +++ b/Make.defines.linux @@ -2,7 +2,7 @@ # Definitions required in all program directories to compile and link # C programs using gcc. - +DEBUG=y CC = g++ COMPILE.c = $(CC) $(CFLAGS) $(CPPFLAGS) -c LINK.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -- Gitblit v1.8.0