X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=BSDmakefile;h=49385413b3e126023284533bb66adc0940c8e71a;hp=89fe4f82cecd21ab6baaefca5353ff9190547d37;hb=8dafdfc5e20ca97ea6e439a8f50ef2fb4936b778;hpb=65a2b83abd5d5e04a60e0c9000195643fa9c7757 diff --git a/BSDmakefile b/BSDmakefile index 89fe4f8..4938541 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -11,7 +11,7 @@ GITINFO := GITINFO != git describe --always .endif -CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing +CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing -Wno-attributes .if $(CC) == clang CFLAGS += -Weverything\ @@ -111,9 +111,11 @@ ast.o: gmqcc.h opts.def ast.h ir.h parser.h lexer.h code.o: gmqcc.h opts.def conout.o: gmqcc.h opts.def correct.o: gmqcc.h opts.def +exec.o: gmqcc.h opts.def fold.o: ast.h ir.h gmqcc.h opts.def parser.h lexer.h fs.o: gmqcc.h opts.def platform.h ftepp.o: gmqcc.h opts.def lexer.h +hash.o: gmqcc.h opts.def intrin.o: parser.h gmqcc.h opts.def lexer.h ast.h ir.h ir.o: gmqcc.h opts.def ir.h lexer.o: gmqcc.h opts.def lexer.h