commit | a8b12c6bb73b924f6429c3ae4d20b96992e92c2e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 03 09:40:22 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 03 09:55:51 2018 +0200 |
tree | cd59b5e6d265ea5ea65c10fc05a5c4562c0bdf48 | |
parent | 491cec20be7cd79355f970154341f1e2bb07be9b [diff] |
BUILD: Makefile: add a "make opts" target to simply show the build options We're often missing an easy way to map input variables to output ones. The "opts" build target will simply show the input variables and the ones passed to the compiler and linker. This way it's easier to quickly see what a given build script or package will use, or the detected warnings supported by the compiler.