File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ You can also set to save file before compiling.
40
40
| c-cpp-compile-run.c-compiler | The C compiler path (e.g: /usr/bin/gcc or C:\\ TDM-GCC-64\\ bin\\ gcc.exe) |
41
41
| c-cpp-compile-run.cpp-compiler | The Cpp compiler path (e.g: /usr/bin/g++ C:\\ TDM-GCC-64\\ bin\\ gcc.exe) |
42
42
| c-cpp-compile-run.save-before-compile | Whether should save the file before compiling |
43
- | c-cpp-compile-run.c-flags | The C flags: e.g. -Wall. default: -Wall -Wextra |
44
- | c-cpp-compile-run.cpp-flags | The Cpp flags: e.g. -Wall. default: -Wall -Wextra |
43
+ | c-cpp-compile-run.c-flags | The C flags: e.g. -Wall. default: -Wall -Wextra -g3 |
44
+ | c-cpp-compile-run.cpp-flags | The Cpp flags: e.g. -Wall. default: -Wall -Wextra -g3 |
45
45
| c-cpp-compile-run.run-args | The run arguments |
46
46
| c-cpp-compile-run.run-in-external-terminal | Whether should run in an external terminal |
47
47
| c-cpp-compile-run.should-show-notifications | Whether should show notifications |
Original file line number Diff line number Diff line change 272
272
},
273
273
"c-cpp-compile-run.c-flags" : {
274
274
"type" : " string" ,
275
- "description" : " The C flags: e.g. -Wall. default: -Wall -Wextra" ,
275
+ "description" : " The C flags: e.g. -Wall. default: -Wall -Wextra -g3 " ,
276
276
"default" : " -Wall -Wextra -g3" ,
277
277
"scope" : " resource"
278
278
},
279
279
"c-cpp-compile-run.cpp-flags" : {
280
280
"type" : " string" ,
281
- "description" : " The Cpp flags: e.g. -Wall. default: -Wall -Wextra" ,
281
+ "description" : " The Cpp flags: e.g. -Wall. default: -Wall -Wextra -g3 " ,
282
282
"default" : " -Wall -Wextra -g3" ,
283
283
"scope" : " resource"
284
284
},
You can’t perform that action at this time.
0 commit comments