diff options
author | cooldome <ariabushenko@gmail.com> | 2020-10-01 16:39:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 17:39:48 +0200 |
commit | 531ed2dc365d6d33c7bccdfbe22df561cf14af86 (patch) | |
tree | d4d88cf40fb7b6f805011c4796e421bffc212fef /doc | |
parent | 3919f0aa544d84c7a236e5095b87d7d0c8fb63b4 (diff) | |
download | Nim-531ed2dc365d6d33c7bccdfbe22df561cf14af86.tar.gz |
fix #15405. deepcopy arc (#15410)
* fix #15405 * fix tests * deepcopy for ARC has to be enabled via --deepcopy:on Co-authored-by: Araq <rumpf_a@web.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index 830b8bfc6..60f5a1e10 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -153,3 +153,4 @@ Advanced options: --profileVM:on|off enable compile time VM profiler --sinkInference:on|off en-/disable sink parameter inference (default: on) --panics:on|off turn panics into process terminations (default: off) + --deepcopy:on|off enable 'system.deepCopy' for ``--gc:arc|orc`` |