Skip to content

Commit

Permalink
Update garbage.dd
Browse files Browse the repository at this point in the history
  • Loading branch information
JackStouffer committed Oct 9, 2015
1 parent 4f80456 commit ab8fa89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions garbage.dd
Expand Up @@ -417,13 +417,13 @@ $(H2 Configuring the Garbage Collector)
---------
)
$(P Likewise, declare a boolean `rt_envvars_enabled` to enable configuration via the
environment variable "DRT_GCOPT:
environment variable `DRT_GCOPT`:
---------
extern(C) __gshared bool rt_envvars_enabled = true;
---------
)
$(P Setting default configuration properties in the executable can be done by specifying an
array of options named rt_options:
array of options named `rt_options`:
---------
extern(C) __gshared string[] rt_options = [ "gcopt=initReserve:100 profile:1" ];
---------
Expand Down

0 comments on commit ab8fa89

Please sign in to comment.