Skip to content

Commit

Permalink
faster make
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Nov 12, 2019
1 parent 94b7377 commit a6759a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messaging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

can_dir = os.path.dirname(os.path.abspath(__file__))
subprocess.check_call(["make"], cwd=can_dir)
subprocess.check_call(["make", "-j3"], cwd=can_dir)
from .messaging_pyx import Context, Poller, SubSocket, PubSocket # pylint: disable=no-name-in-module, import-error

from cereal import log
Expand Down

0 comments on commit a6759a9

Please sign in to comment.