Changed the compiler in config.mk

master
Ronald 5 years ago
parent 5586fa0702
commit b04672b2b7

@ -28,4 +28,4 @@ CFLAGS = -std=c99 -pedantic -Wall -Os $(INCS) $(CPPFLAGS)
LDFLAGS = $(LIBS) LDFLAGS = $(LIBS)
# compiler and linker # compiler and linker
CC = tcc CC = cc

Loading…
Cancel
Save