mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 15:03:41 +00:00
main: add -no-debug flag to avoid DWARF debug info
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ func runTest(path, tmpdir string, t *testing.T) {
|
||||
|
||||
// Build the test binary.
|
||||
binary := filepath.Join(tmpdir, "test")
|
||||
err = Build(path, binary, "", false, false, "")
|
||||
err = Build(path, binary, "", false, false, false, "")
|
||||
if err != nil {
|
||||
t.Log("failed to build:", err)
|
||||
t.Fail()
|
||||
|
||||
Reference in New Issue
Block a user