aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-12-26 16:50:55 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-12-26 16:51:58 +0100
commitff7e5dfe30bcb2e49da56aac7566a435fbb09c52 (patch)
tree08f504187f76fa2080f551a0dff0fae5b92c1e2e /README.md
parentsystemd: update documentation URL (diff)
downloadwireguard-tools-ff7e5dfe30bcb2e49da56aac7566a435fbb09c52.tar.xz
wireguard-tools-ff7e5dfe30bcb2e49da56aac7566a435fbb09c52.zip
Makefile: DEBUG_TOOLS -> DEBUG and document
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index db5a4d5..be66e21 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,7 @@ This command takes into account several environment variables:
* `WITH_BASHCOMPLETION` default: [auto-detect]
* `WITH_WGQUICK` default: [auto-detect]
* `WITH_SYSTEMDUNITS` default: [auto-detect]
+ * `DEBUG` default:
The first section is rather standard. The second section is not:
@@ -61,6 +62,8 @@ The first section is rather standard. The second section is not:
should set it to `no`. If systemd isn't auto-detected, but you still would
like to install it, set this to `yes`.
+ * `DEBUG` decides whether to build with `-g`, when set to `yes`.
+
If you're a simple `make && make install` kind of user, you can get away with
not setting these variables and relying on the auto-detection. However, if
you're writing a package for a distro, you'll want to explicitly set these,