Added Makefile DEBUG=YES option to sublime project

This commit is contained in:
Emil Segerås 2013-09-20 21:14:09 +02:00
parent 897c61c723
commit a34cbf652d

View File

@ -15,5 +15,13 @@
// Settings for SublimeGDB
"sublimegdb_commandline": "gdb --interpreter=mi ./RunDemo",
"sublimegdb_workingdir": "${folder:${project_path:RunDemo}}"
}
},
"build_systems":
[
{
"name": "Make DEBUG=YES",
"working_dir": "${project_path:${folder}}",
"cmd": ["make", "DEBUG=YES"]
}
]
}