X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=Makefile;h=9b02469eb50a46172c7d80f72115f634e72f5e32;hp=a032e87f53ba176ed64b683ed706bb1f4e1f32de;hb=2c421c3b716a51f1353f15cb33ed5abb973acbb2;hpb=5b9e0a62abc5677d5cb49f7bad9a4382d8149e75 diff --git a/Makefile b/Makefile index a032e87..9b02469 100644 --- 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