gcOptions

A value line for rt_options to fine-tune the garbage collector.

Older compilers don't support all the garbage collector options newer compilers do (breakpoints being at 2.085 for the precise garbage collector and cleanup behaviour, and 2.098 for the forking one). So in one way or another we need to specialise for compiler versions. This is one way.

private
enum gcOptions = ()();

See Also