mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-04 13:15:08 +08:00
Disable parallel builds in Sublime, as it hides compile errors
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
"name": "PX4: make all",
|
"name": "PX4: make all",
|
||||||
"working_dir": "${project_path}",
|
"working_dir": "${project_path}",
|
||||||
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
|
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
|
||||||
"cmd": ["make -j8"],
|
"cmd": ["make"],
|
||||||
"shell": true
|
"shell": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user