cmake: support verbose build that shows compiler commands
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
d6de31310c
commit
7969770100
1 changed files with 4 additions and 0 deletions
|
@ -29,4 +29,8 @@ HOST_CONFIGURE_VARS :=
|
||||||
HOST_CONFIGURE_ARGS := \
|
HOST_CONFIGURE_ARGS := \
|
||||||
--prefix=$(STAGING_DIR_HOST)
|
--prefix=$(STAGING_DIR_HOST)
|
||||||
|
|
||||||
|
ifneq ($(findstring c,$(OPENWRT_VERBOSE)),)
|
||||||
|
HOST_MAKE_FLAGS += VERBOSE=1
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(call HostBuild))
|
$(eval $(call HostBuild))
|
||||||
|
|
Loading…
Reference in a new issue