add note about other compilers
This commit is contained in:
parent
0f5baf1129
commit
e3d5757e2a
3
makefile
3
makefile
|
@ -7,9 +7,10 @@
|
||||||
|
|
||||||
## C compiler
|
## C compiler
|
||||||
CC=gcc # gcc: more options. Also I don't know whether tcc has error messages/debug options.
|
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
|
WARNINGS=-Wall
|
||||||
OPTIMIZED=-O3 #-Ofast
|
OPTIMIZED=-O3 #-Ofast
|
||||||
## CC=tcc # tcc: much faster
|
|
||||||
|
|
||||||
## Main file
|
## Main file
|
||||||
SRC=rose.c
|
SRC=rose.c
|
||||||
|
|
Loading…
Reference in New Issue
Block a user