commit | c8d19702f46867900d7b4de240c168f1c1bb594e | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Sat Nov 21 18:07:59 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Nov 21 18:27:33 2020 +0100 |
tree | bc82921265beddeefbc364adb3fe2ae98caca84d | |
parent | 81e948e05160099272b01e31c72796477a4ab472 [diff] [blame] |
BUILD: Show the value of DEBUG= in haproxy -vv Previously this was not visible after building.
diff --git a/Makefile b/Makefile index ff2084d..dd85e51 100644 --- a/Makefile +++ b/Makefile
@@ -919,6 +919,7 @@ -DBUILD_CC='"$(strip $(CC))"' \ -DBUILD_CFLAGS='"$(strip $(VERBOSE_CFLAGS))"' \ -DBUILD_OPTIONS='"$(strip $(BUILD_OPTIONS))"' \ + -DBUILD_DEBUG='"$(strip $(DEBUG))"' \ -DBUILD_FEATURES='"$(strip $(BUILD_FEATURES))"' \ -c -o $@ $<