Skip to content
Snippets Groups Projects
Commit 79697701 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

cmake: support verbose build that shows compiler commands


Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent d6de3131
No related branches found
No related tags found
No related merge requests found
...@@ -29,4 +29,8 @@ HOST_CONFIGURE_VARS := ...@@ -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))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment