Added Makefile DEBUG=YES option to sublime project
This commit is contained in:
parent
897c61c723
commit
a34cbf652d
@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user