commit c6d5aae87d808068b705f401bb185bcc20a1c2bd parent f88d095efeb37d62eebd53d3888d960f3528611d Author: finwo <finwo@pm.me> Date: Sat, 4 Mar 2023 23:20:26 +0100 Default cflags now without debugging symbols Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -5,7 +5,7 @@ SRC+=test.c INCLUDES?= INCLUDES+=-I src -override CFLAGS?=-Wall -g -O2 -std=c99 +override CFLAGS?=-Wall -s -std=c99 include lib/.dep/config.mk