Skip to content

Commit

Permalink
dont hide warnings on batched builds
Browse files Browse the repository at this point in the history
maybe this should be something we can specify when calling gecko
  • Loading branch information
JLaferri committed Nov 21, 2022
1 parent 46fc29b commit 97f9016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func execBatchCompile(jobs []compileJob) {
}

// Set base args
args := []string{"-a32", "-mbig", "-mregnames", "-mgekko", "-W"}
args := []string{"-a32", "-mbig", "-mregnames", "-mgekko"}

// If defsym is defined, add it to the args
if argConfig.DefSym != "" {
Expand Down

0 comments on commit 97f9016

Please sign in to comment.