Rebuild only release binary when rebuilding tools

This commit is contained in:
Joshua Granick
2014-12-27 13:54:40 -08:00
parent a369f16709
commit 704d4dd960
2 changed files with 1 additions and 1 deletions

BIN
run.n vendored

Binary file not shown.

View File

@@ -45,7 +45,7 @@ class RunScript {
if (!FileSystem.exists (source)) {
var args = [ "tools/tools.n", "rebuild", "lime", "-nocffi" ];
var args = [ "tools/tools.n", "rebuild", "lime", "-release", "-nocffi" ];
if (LogHelper.verbose) {