diff options
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ include config.mak CFLAGS+=-g -Wall +ifeq ($(ARCH),x86-64) +CFLAGS+=-Wno-pointer-sign +endif + ifndef CONFIG_WIN32 LIBS=-lm ifndef CONFIG_NOLDL |
![]() |
index : tinycc | |
| Tiny C Compiler by Fabrice Bellard Git mirror of the final release by Bellard, discarding all changes after. The repository at https://repo.or.cz/tinycc.git has become untrustworthy. Also the tcc sources have become tainted with AI slop. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Makefile | 4 |
@@ -4,6 +4,10 @@ include config.mak CFLAGS+=-g -Wall +ifeq ($(ARCH),x86-64) +CFLAGS+=-Wno-pointer-sign +endif + ifndef CONFIG_WIN32 LIBS=-lm ifndef CONFIG_NOLDL |