chore: 更新编译器路径以匹配新的Mingw安装位置

This commit is contained in:
2026-02-17 16:53:19 +08:00
parent 756feb2bea
commit a58b6be9fa
+1 -1
View File
@@ -5,7 +5,7 @@
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "D:/Program Files/mingw64/bin/gcc.exe",
"compilerPath": "D:/settings/mingw64/bin/gcc.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-gcc-x64",