From 54e5615b16ab2798f11980ed2c16762805175a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Tue, 24 Mar 2015 23:25:37 +0100 Subject: [PATCH] Remove the debug information workaround on Windows. The Windows "dub test" build used to fail with "too much debug information for old CodeView format". Since this has now been fixed in Optlink, the workaround is no longer necessary. --- dub.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dub.json b/dub.json index e6561b708b..2cf5a528d1 100644 --- a/dub.json +++ b/dub.json @@ -68,12 +68,5 @@ } ], - "buildTypes": { - "unittest": { - "buildOptions": ["unittests", "debugMode"], - "buildOptions-posix": ["debugInfo"] - } - }, - "-ddoxFilterArgs": ["--unittest-examples", "--min-protection=Protected", "--ex", "vibe.core.drivers.", "--ex", "vibe.internal."] }