From e3d5757e2ad79915fef7c67065d71138d79893f6 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sun, 11 Feb 2024 18:33:02 +0100 Subject: add note about other compilers --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 90ae574..cf62c1e 100644 --- a/makefile +++ b/makefile @@ -7,9 +7,10 @@ ## C compiler CC=gcc # gcc: more options. Also I don't know whether tcc has error messages/debug options. +## CC=tcc # tcc: much faster compilation +## other alternatives; clang, zig cc WARNINGS=-Wall OPTIMIZED=-O3 #-Ofast -## CC=tcc # tcc: much faster ## Main file SRC=rose.c -- cgit v1.2.3