commit 763a0ba818c71a7f13bbe75e86909372f37f9f9e
parent 9aa2dacfbbee59f87f5d538247d31113ed4d527f
Author: grouse <bdmfegys@duck.com>
Date: Tue, 12 Dec 2023 15:40:03 -0500
comment in tcc if statement from birdterm, update if you get tcc to work.
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/config.mk b/config.mk
@@ -37,3 +37,9 @@ LDFLAGS = ${LIBS}
# compiler and linker
CC = cc
+#TCCCHECK = $(shell which tcc)
+#ifeq ($(TCCCHECK), $(shell false))
+# CC = cc
+#else
+# CC = tcc
+#endif