mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
go: honor building with V=1 for debugging purposes
Signed-off-by: Anisse Astier <anisse@astier.eu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
14441d6ec7
commit
486334dd81
@ -78,7 +78,8 @@ HOST_GO_TARGET_CC = \
|
|||||||
|
|
||||||
define HOST_GO_BUILD_CMDS
|
define HOST_GO_BUILD_CMDS
|
||||||
cd $(@D)/src && \
|
cd $(@D)/src && \
|
||||||
$(HOST_GO_MAKE_ENV) $(HOST_GO_TARGET_CC) CGO_ENABLED=$(HOST_GO_CGO_ENABLED) ./make.bash
|
$(HOST_GO_MAKE_ENV) $(HOST_GO_TARGET_CC) CGO_ENABLED=$(HOST_GO_CGO_ENABLED) \
|
||||||
|
./make.bash $(if $(VERBOSE),-v)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define HOST_GO_INSTALL_CMDS
|
define HOST_GO_INSTALL_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user