We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08fb316 commit 172eeb2Copy full SHA for 172eeb2
views/settings.dt
@@ -28,6 +28,7 @@ block body
28
p Posix
29
ul
30
li <code>/var/lib/dub/settings.json</code>
31
+ li <code>/etc/dub/settings.json</code> (only if DUB has been installed in `/usr/...`)
32
li <code><dub executable folder>/../etc/dub/settings.json</code>
33
li <code>~/.dub/settings.json</code>
34
li <code>$ROOT_PACKAGE_DIR/dub.settings.json</code>
@@ -80,4 +81,4 @@ block body
80
81
tr
82
td defaultLowMemory
83
td: code bool
- td Enable the garbage collector for the compiler(dmd/ldc), reducing the compiler memory requirements but increasing compile times.
84
+ td Enable the garbage collector for the compiler(dmd/ldc), reducing the compiler memory requirements but increasing compile times.
0 commit comments