From 0490cc5fee68f8bce334db4ba130b9d2e471c656 Mon Sep 17 00:00:00 2001 From: Slade Getz Date: Thu, 25 May 2023 17:46:17 -0600 Subject: [PATCH] commented out debug option in makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 7cf2928..32f476d 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ NAME = ly CC = gcc FLAGS = -std=c99 -pedantic -g FLAGS+= -Wall -Wextra -Werror=vla -Wno-unused-parameter -FLAGS+= -DDEBUG +#FLAGS+= -DDEBUG FLAGS+= -DGIT_VERSION_STRING=\"$(shell git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g')\" LINK = -lpam -lxcb VALGRIND = --show-leak-kinds=all --track-origins=yes --leak-check=full --suppressions=../res/valgrind.supp