aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 27d0649..8c73a72 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
-CC = tcc
-FLAGS = -g
+CC = gcc
+FLAGS = -g -O0
YACC = yacc
LEX = lex