ソースを参照

debian: Pass -O to make to get readable build logs

Normally make just lets every job write its output directly,
making the log fairly hard to read with high concurrency.
Julian Andres Klode 9 年 前
コミット
0789f685c1
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3 0
      debian/rules

+ 3 - 0
debian/rules

@@ -34,3 +34,6 @@ override_dh_auto_configure-arch: flags=-DWITH_DOC=OFF
 override_dh_auto_configure-indep: flags=-DWITH_DOC=ON
 override_dh_auto_configure-arch override_dh_auto_configure-indep:
 	dh_auto_configure -- $(flags)
+
+override_dh_auto_build:
+	dh_auto_build -- -O