Skip to content

Commit

Permalink
Use ldc for release compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Jul 7, 2018
1 parent a08838e commit d09e0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
dub build --build=release --arch=x86_64 || exit 1
dub build --compiler=ldc --build=release --arch=x86_64 || exit 1
strip serve-d
VERSION=$(./serve-d --version 2>&1 | grep -oh "serve-d v[0-9]*\.[0-9]*\.[0-9]*" | sed "s/serve-d v//")
echo $VERSION > version.txt
Expand Down

0 comments on commit d09e0a0

Please sign in to comment.