summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-30 16:08:40 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-30 16:08:40 -0500
commit48f2d31a3eb5b7043d2a0fb53fdb2e0485ab267c (patch)
tree95643d0b3c4170713e093ed0a9444423a9a91df7
parent0771ff15d44a59f7b1ccc5ddb2129b45ed9c93a1 (diff)
hide checking macros when building the library
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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