Skip to content

Commit 91e20a5

Browse files
committed
fix: display all of the current GC options for the -gc flag
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 9e42c84 commit 91e20a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,7 @@ func main() {
14921492
command := os.Args[1]
14931493

14941494
opt := flag.String("opt", "z", "optimization level: 0, 1, 2, s, z")
1495-
gc := flag.String("gc", "", "garbage collector to use (none, leaking, conservative)")
1495+
gc := flag.String("gc", "", "garbage collector to use (none, leaking, conservative, custom, precise, boehm)")
14961496
panicStrategy := flag.String("panic", "print", "panic strategy (print, trap)")
14971497
scheduler := flag.String("scheduler", "", "which scheduler to use (none, tasks, asyncify)")
14981498
serial := flag.String("serial", "", "which serial output to use (none, uart, usb, rtt)")

0 commit comments

Comments
 (0)