]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Major cleanup of platform/fs stuff
[xonotic/gmqcc.git] / Makefile
index a032e87f53ba176ed64b683ed706bb1f4e1f32de..9b02469eb50a46172c7d80f72115f634e72f5e32 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CC ?= clang
-CFLAGS = -MD -Wall -Wextra -pedantic-errors
+CFLAGS = -MD -std=gnu99 -Wall -Wextra -pedantic-errors -g3
 LDFLAGS = -lm
 
 CSRCS = ansi.c ast.c code.c conout.c fold.c fs.c ftepp.c hash.c intrin.c ir.c lexer.c main.c opts.c parser.c stat.c utf8.c util.c