]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Dump old tests, test suite will take over .. It isn't activly used, just killing...
[xonotic/gmqcc.git] / Makefile
index 6b28f87ed593ca23e453ac57cee9232382fe1d68..e00e384fa1eb465cc2038230dba523e96dc7ac8c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
 CC     ?= clang
-CFLAGS += -Wall -I. -pedantic-errors
-
+CFLAGS += -Wall -I. -fomit-frame-pointer -fno-stack-protector -O3
 #turn on tons of warnings if clang is present
 ifeq ($(CC), clang)
        CFLAGS +=                  \
@@ -46,8 +45,6 @@ test_ir:  $(OBJ_I) $(OBJ)
        $(CC) -o $@ $^ $(CFLAGS)
 qcvm:     $(OBJ_X)
        $(CC) -o $@ $^ $(CFLAGS) -lm
-exec.o: execloop.h
-exec-standalone.o: execloop.h
 test: test_ast test_ir
 
 # compiler target