diff --git a/changelog/add_lowmem.dd b/changelog/add_lowmem.dd deleted file mode 100644 index 84d7faa..0000000 --- a/changelog/add_lowmem.dd +++ /dev/null @@ -1,9 +0,0 @@ -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 -} -```