From 2b9104c9baf47117e8665601d8a5d76a80e9d43e Mon Sep 17 00:00:00 2001 From: anonymous Date: Thu, 3 Sep 2015 23:24:00 +0200 Subject: [PATCH] add -Idsymbol/src to debug/gdc/ldc makefile targets --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index 93249a6..f128b4b 100644 --- a/makefile +++ b/makefile @@ -96,6 +96,7 @@ DMD_SERVER_FLAGS := -Icontainers/src\ DEBUG_SERVER_FLAGS := -Icontainers/src\ -Imsgpack-d/src\ -Ilibdparse/src\ + -Idsymbol/src\ -Icontainers/experimental_allocator/src\ -wi\ -g\ @@ -105,6 +106,7 @@ DEBUG_SERVER_FLAGS := -Icontainers/src\ GDC_SERVER_FLAGS := -Icontainers/src\ -Imsgpack-d/src\ -Ilibdparse/src\ + -Idsymbol/src\ -Icontainers/experimental_allocator/src\ -J.\ -O3\ @@ -114,6 +116,7 @@ GDC_SERVER_FLAGS := -Icontainers/src\ LDC_SERVER_FLAGS := -Icontainers/src\ -Imsgpack-d/src\ -Ilibdparse/src\ + -Idsymbol/src\ -Icontainers/experimental_allocator/src\ -Isrc\ -J=.\