Skip to content

Commit c480006

Browse files
authored
Apply suggestion from @gballet
1 parent 42b9edd commit c480006

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/ci.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ func buildFlags(env build.Environment, staticLinking bool, buildTags []string) (
343343
}
344344
ld = append(ld, "-extldflags", "'"+strings.Join(extld, " ")+"'")
345345
}
346+
// TODO(gballet): revisit after the input api has been defined
346347
if runtime.GOARCH == "wasm" {
347348
ld = append(ld, "-gcflags=all=-d=softfloat")
348349
}

0 commit comments

Comments
 (0)