Skip to content

Commit

Permalink
small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
JalonSolov committed Dec 14, 2023
1 parent 1a72771 commit f39b583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vlib/v/help/build/build-c.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ see also `v help build`.
more performant without autofree.

-gc <mode>
Use and link a garbage collector. Only the Boehm–Demers–Weiser garbage collector
V uses a garbage collector by default. Only the Boehm–Demers–Weiser garbage collector
is supported currently with the following sub-options:

`-gc boehm` ........... default garbage collector (same as not specifying option)
`-gc boehm` ........... use default garbage collector (same as not specifying option)
`-gc boehm_full` ...... full garbage collection mode
`-gc boehm_incr` ...... incremental/generational garbage collection mode
`-gc boehm_full_opt` .. optimized full garbage collection mode
Expand Down

0 comments on commit f39b583

Please sign in to comment.