diff options
Diffstat (limited to 'development/gc/README')
-rw-r--r-- | development/gc/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/gc/README b/development/gc/README index c7e216cad4715..fc5ab50a46881 100644 --- a/development/gc/README +++ b/development/gc/README @@ -9,3 +9,6 @@ The collector is also used by a number of programming language implementations that either use C as intermediate code, want to facilitate easier interoperation with C libraries, or just prefer the simple collector interface. + +libatomic_ops is an optional dependency, but gc will use an internal copy +if it's not already installed on the system. |