From c65c39f4702bcdbe677b62fcb06080365562c141 Mon Sep 17 00:00:00 2001 From: amolinae06 Date: Thu, 20 Mar 2025 08:15:42 -0600 Subject: [PATCH] use tcc instead of gcc --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 7f74ae6..01fc8d9 100644 --- a/config.mk +++ b/config.mk @@ -16,4 +16,4 @@ LDFLAGS = -s LDLIBS = -lasound # compiler and linker -CC = cc +CC = tcc