Browse Source

build type: release

jin 10 years ago
parent
commit
8d9c0b6115
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/D/vibed/setup.sh

+ 1 - 1
frameworks/D/vibed/setup.sh

@@ -1,4 +1,4 @@
 #!/bin/bash
 sed -i 's|127.0.0.1|'"${DBHOST}"'|g' source/app.d
 
-dub &
+dub --build=release &