mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-27 14:56:27 +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": {
|
||||
"command": "g++",
|
||||
"args": [
|
||||
"--std=c++11",
|
||||
"-g",
|
||||
"\"${file}\"",
|
||||
"-o",
|
||||
@ -16,6 +17,7 @@
|
||||
"linux": {
|
||||
"command": "/usr/bin/g++",
|
||||
"args": [
|
||||
"--std=c++11",
|
||||
"-g",
|
||||
"\"${file}\"",
|
||||
"-o",
|
||||
|
Loading…
Reference in New Issue
Block a user