From e961ab14aa70e29f6010b61cdca56683a3b6ecdb Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Sun, 17 May 2015 17:14:14 -0700 Subject: [PATCH] Actually use DMD_FLAGS --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 350830f..3d2f11e 100644 --- a/makefile +++ b/makefile @@ -26,7 +26,7 @@ debug: dmdbuild: githash mkdir -p bin - ${DMD} -ofbin/dscanner ${VERSIONS} ${INCLUDE_PATHS} ${SRC} -J. + ${DMD} ${DMD_FLAGS} -ofbin/dscanner ${VERSIONS} ${INCLUDE_PATHS} ${SRC} -J. rm -f bin/dscanner.o gdcbuild: githash