From 7518d2dcdba792a1f300f459e112b568d2739f8d Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Wed, 9 Oct 2019 22:49:24 +0200 Subject: community/mutter: run ninja in debug mode to debug infinite looping on builders --- community/mutter/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/mutter') diff --git a/community/mutter/APKBUILD b/community/mutter/APKBUILD index 46185423ce..a88cb97906 100644 --- a/community/mutter/APKBUILD +++ b/community/mutter/APKBUILD @@ -35,7 +35,7 @@ build() { -Dremote_desktop=true \ -Dprofiler=false \ . output - ninja -C output + ninja -d explain -C output } package() { -- cgit v1.2.3