Disable parallel builds in Sublime, as it hides compile errors

This commit is contained in:
Lorenz Meier
2015-03-07 11:59:02 +01:00
parent 29b6f5611b
commit 25a924f8d6
+1 -1
View File
@@ -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
}, },
{ {