]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Merging in new-syntax
[xonotic/gmqcc.git] / Makefile
index c800ecaf6200af9d98b8002999e290736522e713..ce0bc8697702db02caf715af8c13360dfa3dd5d1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CC     ?= clang
-CFLAGS += -Wall -I. -fomit-frame-pointer -fno-stack-protector -O3
+CFLAGS += -Wall -I. -fomit-frame-pointer -fno-stack-protector
 #turn on tons of warnings if clang is present
 ifeq ($(CC), clang)
        CFLAGS +=                  \
@@ -29,7 +29,7 @@ OBJ     = \
 OBJ_A = test/ast-test.o
 OBJ_I = test/ir-test.o
 OBJ_C = main.o lexer.o parser.o
-OBJ_X = exec-standalone.o util.o
+OBJ_X = exec-standalone.o util.o con.o
 
 #default is compiler only
 default: gmqcc