mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-27 19:36:28 +00:00
debug: use C++11
This commit is contained in:
parent
96c040b270
commit
dc89802b4b
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -7,6 +7,7 @@
|
|||||||
"windows": {
|
"windows": {
|
||||||
"command": "g++",
|
"command": "g++",
|
||||||
"args": [
|
"args": [
|
||||||
|
"--std=c++11",
|
||||||
"-g",
|
"-g",
|
||||||
"\"${file}\"",
|
"\"${file}\"",
|
||||||
"-o",
|
"-o",
|
||||||
@ -16,6 +17,7 @@
|
|||||||
"linux": {
|
"linux": {
|
||||||
"command": "/usr/bin/g++",
|
"command": "/usr/bin/g++",
|
||||||
"args": [
|
"args": [
|
||||||
|
"--std=c++11",
|
||||||
"-g",
|
"-g",
|
||||||
"\"${file}\"",
|
"\"${file}\"",
|
||||||
"-o",
|
"-o",
|
||||||
|
Loading…
Reference in New Issue
Block a user