main: enable -initinterp by default

It can still be disabled using -initinterp=false.
This commit is contained in:
Ayke van Laethem
2018-11-09 16:31:21 +01:00
parent 1ba463c7ee
commit c3c4a33b42
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ func runTest(path, tmpdir string, target string, t *testing.T) {
dumpSSA: false,
debug: false,
printSizes: "",
initInterp: false,
initInterp: true,
}
binary := filepath.Join(tmpdir, "test")
err = Build(path, binary, target, config)