Newer
Older
dub_jkp / changelog / add_lowmem.dd
@SHOO SHOO on 1 Mar 2021 281 bytes Add lowmem for settings
Added support for low memory compilation option to the $(LINK2 https://dub.pm/settings, dub settings file).

To enable, set `defaultLowMemory` to `true`. For dmd and ldc, the `-lowmem` command-line option is added when compiling.

```
{
    "defaultLowMemory": true
}
```