Fix segfault

This commit is contained in:
Augusto Gunsch
2021-01-06 21:18:52 -03:00
parent 8325b067b4
commit 80a3e1ef0f
8 changed files with 63 additions and 56 deletions

View File

@@ -1,7 +1,7 @@
FILES = *.c */*.c
LIBRARIES = -lpthread
INCLUDES = -I. -I./parser/ -I./compiler/ -I./vm/ -I./tokenizer/ -I./misc/
CFLAGS = -std=c99 -Wall
CFLAGS = -std=c99 -Wall -O3
OUTFILE = jack-compiler
main: ${FILES}