Skip to content

Commit

Permalink
add /etc/dub/settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 authored Feb 17, 2022
1 parent 2919093 commit f907cdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion views/settings.dt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ block body
p Posix
ul
li <code>/var/lib/dub/settings.json</code>
li <code>/etc/dub/settings.json</code> (only if DUB has been installed in `/usr/...`)
li <code>&lt;dub executable folder&gt;/../etc/dub/settings.json</code>
li <code>~/.dub/settings.json</code>
li <code>$ROOT_PACKAGE_DIR/dub.settings.json</code>
Expand Down Expand Up @@ -80,4 +81,4 @@ block body
tr
td defaultLowMemory
td: code bool
td Enable the garbage collector for the compiler(dmd/ldc), reducing the compiler memory requirements but increasing compile times.
td Enable the garbage collector for the compiler(dmd/ldc), reducing the compiler memory requirements but increasing compile times.

0 comments on commit f907cdd

Please sign in to comment.