diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-09 22:49:24 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-09 22:49:24 +0200 |
commit | 7518d2dcdba792a1f300f459e112b568d2739f8d (patch) | |
tree | 496d8412c6619cf3fa4503a0a14c9609f340044a /community/mutter | |
parent | 75f9403d90e953c05fdc697f44a5a08b9ab39226 (diff) | |
download | aports-7518d2dcdba792a1f300f459e112b568d2739f8d.tar.bz2 aports-7518d2dcdba792a1f300f459e112b568d2739f8d.tar.xz |
community/mutter: run ninja in debug mode to debug infinite looping on builders
Diffstat (limited to 'community/mutter')
-rw-r--r-- | community/mutter/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |