mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 15:03:41 +00:00
main: enable -initinterp by default
It can still be disabled using -initinterp=false.
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user