add note about other compilers

This commit is contained in:
NunoSempere 2024-02-11 18:33:02 +01:00
parent 0f5baf1129
commit e3d5757e2a
2 changed files with 2 additions and 1 deletions

View File

@ -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

BIN
rose

Binary file not shown.