commit 252853998164973ef8278eb43c0b43cd93f4929a parent 425b3d5b90285ddc473d7bfb92c898d6fd62bb13 Author: Henry Wilson <henry@henryandlizzy.uk> Date: Tue, 23 Dec 2025 15:50:26 +0000 Colourise compiler output Diffstat:
| M | Tupfile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Tupfile b/Tupfile @@ -1,4 +1,4 @@ -CFLAGS = -g -Os -fno-asynchronous-unwind-tables -fno-pic -fno-pie -no-pie -g -fno-stack-protector +CFLAGS = -g -Os -fno-asynchronous-unwind-tables -fno-pic -fno-pie -no-pie -g -fno-stack-protector -fdiagnostics-color=always LDFLAGS = -static -nostartfiles -nolibc -nodefaultlibs -nostdlib -fno-pic -fno-pie -no-pie -Xlinker --gc-sections !cc = |> cc $(CFLAGS) -c -o %o %f |> obj/%B.o