Skip to content
Snippets Groups Projects
Commit 25a924f8 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Disable parallel builds in Sublime, as it hides compile errors

parent 29b6f561
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
"name": "PX4: make all",
"working_dir": "${project_path}",
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"cmd": ["make -j8"],
"cmd": ["make"],
"shell": true
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment