From 556cca49ea68dbe09deffea8888478e72f145a21 Mon Sep 17 00:00:00 2001 From: Pompolic <pompolic@special-circumstanc.es> Date: Mon, 29 Nov 2021 17:59:15 +0100 Subject: [PATCH] Remove -g from Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18c798c..ecf5003 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # KUDU_OUTDIR should be commented out or changed to a writeable local directory as appropriate -CFLAGS += -std=c99 -Wall -Werror -DLOG -g -DKUDU_OUTDIR="./" +CFLAGS += -std=c99 -Wall -Werror -DLOG -DKUDU_OUTDIR="./" #CFLAGS += -std=c99 -Wall -Werror -DLOG HAMMER_INCLUDE = . -- GitLab