We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f6fbd commit 9691102Copy full SHA for 9691102
README.md
@@ -39,7 +39,7 @@ Provide run settings for the languages you use in `settings.json`. Here are some
39
{
40
"fastolympiccoding.runSettings": {
41
".cpp": {
42
- "compileCommand": "g++ -std=gnu++20 -D_GLIBCXX_DEBUG ${path:${file}} -o ${path:${fileDirname}/${fileBasenameNoExtension}${exeExtname}}",
+ "compileCommand": "g++ ${path:${file}} -o ${path:${fileDirname}/${fileBasenameNoExtension}${exeExtname}}",
43
"runCommand": "${path:${fileDirname}/${fileBasenameNoExtension}${exeExtname}}"
44
},
45
".py": {
0 commit comments