From 54869df7835565d0983096f65326cdd2d5f4f3d8 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Thu, 28 Nov 2024 00:06:09 +0100 Subject: changes --- userland/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userland/test/Makefile') diff --git a/userland/test/Makefile b/userland/test/Makefile index 76cf844..8c59229 100644 --- a/userland/test/Makefile +++ b/userland/test/Makefile @@ -1,5 +1,5 @@ CC="i686-sb-gcc" -CFLAGS = -O2 -Wall -Wextra -pedantic -Wimplicit-fallthrough -static +CFLAGS = -g -Wall -Wextra -pedantic -Wimplicit-fallthrough -static BINS=test all: $(BINS) -- cgit v1.2.3