Skip to content

Commit

Permalink
Remove the debug information workaround on Windows.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
s-ludwig committed Mar 24, 2015
1 parent 8a8d56d commit 54e5615
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."]
}

0 comments on commit 54e5615

Please sign in to comment.