Skip to content

Commit

Permalink
update compile seettings
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleTheFu committed Sep 27, 2024
1 parent f6a8aea commit 8b400fc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
32 changes: 16 additions & 16 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"configurations": [
{
"name": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "D:/Program Files/mingw64/mingw64/bin/gcc.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-gcc-x64",
"compilerArgs": [
""
]
}
],
"version": 4
"configurations": [
{
"name": "windows",
"includePath": [
"${workspaceFolder}/**"
],
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x64",
"compilerArgs": [
""
],
"compilerPath": "D:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.40.33807\\bin\\Hostx64\\x64\\cl.exe"
}
],
"version": 4
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@
"deque": "cpp",
"string": "cpp",
"vector": "cpp"
}
},
"C_Cpp.default.compilerPath": "cl.exe"
}

0 comments on commit 8b400fc

Please sign in to comment.