From 627e5b9789c663343c74dac6535724ddc63aae1c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 8 Jan 2023 16:23:56 +0100 Subject: Add environment spoofing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.mk') diff --git a/config.mk b/config.mk index ab163d4..8e10fd8 100644 --- a/config.mk +++ b/config.mk @@ -6,3 +6,6 @@ CC = c99 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE CFLAGS = -Wall -g LDFLAGS = + +# Add -DVALIDATE to CPPFLAGS to run extra code checks, +# that are only useful for development, at run time -- cgit v1.2.3-70-g09d2