commit 3efedb0a67000b108745868851f80c108674ddfe parent 89c48ebb61c1ace49fce7b5f4e8995f9ae805f8c Author: Yersa Nordman <yersa@finwo.nl> 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