]> arthur.barton.de Git - bup.git/blobdiff - README.md
Respect/prefer/remember user specified CPPFLAGS/CFLAGS/LDFLAGS
[bup.git] / README.md
index c88116dde26e6ef37ea3afce28549e3b0e996533..53f84d2f3533ab87c2c7c90163616e5f1c0f2194 100644 (file)
--- a/README.md
+++ b/README.md
@@ -222,6 +222,13 @@ From source
    `config/config.var/bup-python-config`, and you can change the
    selection by re-running `./configure`.
 
+- If you want to specify your own `CPPFLAGS`, `CFLAGS`, or `LDFLAGS`,
+  you can set them for individual `make` invocations, e.g. `make
+  CFLAGS=-O0 check`, or persistently via `./configure` with
+  `CFLAGS=-O0 ./configure`.  At the moment, `make clean` clears the
+  configuration, but we may change that at some point, perhaps by
+  adding and requiring a `make distclean` to clear the configuration.
+
 From binary packages
 --------------------