summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 94e43d6..833da40 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC=tcc
-CFLAGS=-g
+CFLAGS=-g -Ofast
SRC=src
OBJ=obj
SOURCES=$(wildcard $(SRC)/*.c)