2.x Quiz
This commit is contained in:
parent
9bf81f1adc
commit
b21c717fdd
4 changed files with 24 additions and 12 deletions
|
@ -9,7 +9,7 @@
|
|||
"-ggdb",
|
||||
"-std=c++20",
|
||||
"-pedantic-errors",
|
||||
"${file}",
|
||||
"${fileDirname}/**.cpp",
|
||||
"-o",
|
||||
"${fileDirname}\\build\\${fileBasenameNoExtension}.exe"
|
||||
],
|
||||
|
@ -30,7 +30,7 @@
|
|||
"-DNDEBUG",
|
||||
"-std=c++20",
|
||||
"-pedantic-errors",
|
||||
"${file}",
|
||||
"${fileDirname}/**.cpp",
|
||||
"-o",
|
||||
"${fileDirname}\\build\\${fileBasenameNoExtension}.exe"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue