]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Mask overlap-locals by -Ooverlap-locals, and count (the amount of overlapped functions)
[xonotic/gmqcc.git] / Makefile
index b6ea92b7338508acbcdc37873f65f3b222f5ab7e..28f425e7e14889342832bcfc00e94b75de3323d4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ ifeq ($(track), no)
     CFLAGS += -DNOTRACK
 endif
 
-OBJ_D = util.o code.o ast.o ir.o conout.o ftepp.o opts.o file.o
+OBJ_D = util.o code.o ast.o ir.o conout.o ftepp.o opts.o file.o utf8.o
 OBJ_T = test.o util.o conout.o file.o
 OBJ_C = main.o lexer.o parser.o file.o
 OBJ_X = exec-standalone.o util.o conout.o file.o