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_CFLAGS='"$(strip $(VERBOSE_CFLAGS))"' \
|
||||
-DBUILD_OPTIONS='"$(strip $(BUILD_OPTIONS))"' \
|
||||
-DBUILD_DEBUG='"$(strip $(DEBUG))"' \
|
||||
-DBUILD_FEATURES='"$(strip $(BUILD_FEATURES))"' \
|
||||
-c -o $@ $<
|
||||
|
||||
|
@ -586,6 +586,9 @@ static void display_build_opts()
|
||||
#ifdef BUILD_OPTIONS
|
||||
"\n OPTIONS = " BUILD_OPTIONS
|
||||
#endif
|
||||
#ifdef BUILD_DEBUG
|
||||
"\n DEBUG = " BUILD_DEBUG
|
||||
#endif
|
||||
#ifdef BUILD_FEATURES
|
||||
"\n\nFeature list : " BUILD_FEATURES
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user