Skip to content

Commit

Permalink
fix: add makeflags (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Kubota <norikenpi@gmail.com>
  • Loading branch information
masahiro-kubota authored Aug 27, 2024
1 parent 7caa17c commit 0d67aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aichallenge/workspace/colcon_build.bash
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/bash
colcon build --symlink-install --packages-up-to aichallenge_launch --executor sequential
MAKEFLAGS=-j4 colcon build --symlink-install --packages-up-to aichallenge_launch --executor sequential

0 comments on commit 0d67aeb

Please sign in to comment.