X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=Makefile;h=7f9a3b1a2db66a4b8a4b2559b46c4bc175b038b2;hp=c174b9185758665f5623cde60cd9c5d6a061bcb0;hb=d5d38e94ef7865883cada0098746bd0896d69863;hpb=89893f9a2468575e78eef64e8f6a2628034e9c56 diff --git a/Makefile b/Makefile index c174b91..7f9a3b1 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,11 @@ else endif ifneq ($(shell git describe --always 2>/dev/null),) - CFLAGS += -DGMQCC_GITINFO="\"$(shell git describe --always)\"" + CFLAGS += -DGMQCC_GITINFO="\"$(shell git describe --always)\"" +endif + +ifeq ($(shell valgrind --version 2>/dev/null),) + CFLAGS += -DNVALGRIND endif # do this last otherwise there is whitespace in the command output and