aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2024-02-11 18:33:02 +0100
committerNunoSempere <nuno.sempere@protonmail.com>2024-02-11 18:33:02 +0100
commite3d5757e2ad79915fef7c67065d71138d79893f6 (patch)
treebdccba16e94640ddf034ef1d262a6e93616f3e7b
parent0f5baf1129abe38f11deb851f93a26bf5a023f66 (diff)
add note about other compilers
-rw-r--r--makefile3
-rwxr-xr-xrosebin42888 -> 42896 bytes
2 files changed, 2 insertions, 1 deletions
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
diff --git a/rose b/rose
index d3dd2ef..47dbd53 100755
--- a/rose
+++ b/rose
Binary files differ