From 7e89b781e7f1e8d7cedc20601642bec525200176 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 9 Oct 2024 10:13:59 +0200 Subject: fix strncmp --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index cd8b45b..0364204 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,7 @@ attocc: attocc.c cc -DDEBUG -O3 -o $@ $< attocc-debug: attocc.c - cc -DDEBUG -Wall -Wextra -Wpedantic -o $@ $< + cc -DDEBUG -Wall -Wextra -Wpedantic -Og -g -o $@ $< attocc-small: attocc.c cc -DDEBUG -Wl,--gc-sections -flto -ffunction-sections -fdata-sections -fPIC -s -Os -o $@ $< -- cgit v1.2.3-70-g09d2