From 6f992c18c8a28c26a2a991206ea440f373b13156 Mon Sep 17 00:00:00 2001 From: sunguoshuai Date: Thu, 9 Sep 2021 14:43:46 +0800 Subject: [PATCH] sysget should generate debuginfo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80c8fe5..c3aa86b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -FLAGS=-std=c++11 -Wall -Wextra -Wpedantic +FLAGS=-std=c++11 -Wall -Wextra -Wpedantic -g INSTALLDEST=/usr/local/bin/sysget CCP=g++ -- 2.30.0