~tiagosh/unity-2d/fix-launcher

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Tarmac
  • Author(s): Daniel Nyström
  • Date: 2011-12-15 11:45:03 UTC
  • mfrom: (825.2.1 unity-2d)
  • Revision ID: tarmac-20111215114503-hk4r78l0io18y3yx
Enable parallel build in debian/rules. Tested with -j13 on 12 virtual cores and it decreased build time significantly.. Fixes: . Appoved by Gerry Boland.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        echo "Tests not working right now as no X server"
16
16
 
17
17
%:
18
 
        dh $@ --with translations
 
18
        dh $@ --parallel --with translations