From 48f2d31a3eb5b7043d2a0fb53fdb2e0485ab267c Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 16:08:40 -0500 Subject: hide checking macros when building the library --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 55c34cd6..60321434 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ include .config.mk AR=ar ARFLAGS=rU -BASE_CFLAGS=-g -O0 -mno-sse -Wall -Wextra -Werror -nostdinc -fno-builtin -fno-stack-protector -fPIC -I$(INCDIR) -Isrc +BASE_CFLAGS=-g -O0 -Wall -Wextra -Werror -nostdinc -fno-builtin -fno-stack-protector -fPIC -I$(INCDIR) -Isrc -D__UNG_INTERNAL__ OBJDIR=obj SRCDIR=src -- cgit v1.2.1