mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-29 14:50:59 +01:00
BUILD: Show the value of DEBUG= in haproxy -vv
Previously this was not visible after building.
This commit is contained in:
parent
81e948e051
commit
c8d19702f4
1
Makefile
1
Makefile
@ -919,6 +919,7 @@ src/haproxy.o: src/haproxy.c $(DEP)
|
|||||||
-DBUILD_CC='"$(strip $(CC))"' \
|
-DBUILD_CC='"$(strip $(CC))"' \
|
||||||
-DBUILD_CFLAGS='"$(strip $(VERBOSE_CFLAGS))"' \
|
-DBUILD_CFLAGS='"$(strip $(VERBOSE_CFLAGS))"' \
|
||||||
-DBUILD_OPTIONS='"$(strip $(BUILD_OPTIONS))"' \
|
-DBUILD_OPTIONS='"$(strip $(BUILD_OPTIONS))"' \
|
||||||
|
-DBUILD_DEBUG='"$(strip $(DEBUG))"' \
|
||||||
-DBUILD_FEATURES='"$(strip $(BUILD_FEATURES))"' \
|
-DBUILD_FEATURES='"$(strip $(BUILD_FEATURES))"' \
|
||||||
-c -o $@ $<
|
-c -o $@ $<
|
||||||
|
|
||||||
|
|||||||
@ -586,6 +586,9 @@ static void display_build_opts()
|
|||||||
#ifdef BUILD_OPTIONS
|
#ifdef BUILD_OPTIONS
|
||||||
"\n OPTIONS = " BUILD_OPTIONS
|
"\n OPTIONS = " BUILD_OPTIONS
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef BUILD_DEBUG
|
||||||
|
"\n DEBUG = " BUILD_DEBUG
|
||||||
|
#endif
|
||||||
#ifdef BUILD_FEATURES
|
#ifdef BUILD_FEATURES
|
||||||
"\n\nFeature list : " BUILD_FEATURES
|
"\n\nFeature list : " BUILD_FEATURES
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user