Skip to content

Commit 9691102

Browse files
committed
Simplify example compile command for C++
1 parent 48f6fbd commit 9691102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Provide run settings for the languages you use in `settings.json`. Here are some
3939
{
4040
"fastolympiccoding.runSettings": {
4141
".cpp": {
42-
"compileCommand": "g++ -std=gnu++20 -D_GLIBCXX_DEBUG ${path:${file}} -o ${path:${fileDirname}/${fileBasenameNoExtension}${exeExtname}}",
42+
"compileCommand": "g++ ${path:${file}} -o ${path:${fileDirname}/${fileBasenameNoExtension}${exeExtname}}",
4343
"runCommand": "${path:${fileDirname}/${fileBasenameNoExtension}${exeExtname}}"
4444
},
4545
".py": {

0 commit comments

Comments
 (0)