Browse Source

Disable parallel builds in Sublime, as it hides compile errors

sbg
Lorenz Meier 10 years ago
parent
commit
25a924f8d6
  1. 2
      Firmware.sublime-project

2
Firmware.sublime-project vendored

@ -41,7 +41,7 @@ @@ -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
},
{

Loading…
Cancel
Save