Fixed bug with mpca_lang statement delete

This commit is contained in:
Daniel Holden
2014-05-05 11:04:00 +01:00
parent b12b12c8dd
commit 6af8360517
4 changed files with 30 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
CC = gcc
CFLAGS = -ansi -pedantic -Wall -Wno-overlength-strings -Werror -g
CFLAGS = -ansi -pedantic -Wall -Wno-overlength-strings -Werror -O3 -g
TESTS = $(wildcard tests/*.c)
EXAMPLES = $(wildcard examples/*.c)