Skip to content

Commit c46c257

Browse files
committed
Add optimized-unittests buildType
1 parent 149c150 commit c46c257

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dub.sdl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,11 @@ configuration "windows-win32" {
6767
dependency ":base" version="*"
6868
}
6969

70-
# Test configurations
70+
# unittest settings
71+
buildType "optimized-unittests" {
72+
buildOptions "optimize" "unittests"
73+
}
74+
7175
configuration "unittest-gtk" {
7276
platforms "linux"
7377

0 commit comments

Comments
 (0)