diff options
author | Jakob Kaivo <jkk@ung.org> | 2024-01-30 16:08:40 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2024-01-30 16:08:40 -0500 |
commit | 48f2d31a3eb5b7043d2a0fb53fdb2e0485ab267c (patch) | |
tree | 95643d0b3c4170713e093ed0a9444423a9a91df7 | |
parent | 0771ff15d44a59f7b1ccc5ddb2129b45ed9c93a1 (diff) |
hide checking macros when building the library
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |