nuitka提交

This commit is contained in:
2026-02-03 23:03:58 +08:00
parent aed9d24066
commit 0ddcae8416
1053 changed files with 138135 additions and 5 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "D:/Program Files/mingw64/bin/gcc.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-gcc-x64",
"compilerArgs": [
""
]
}
],
"version": 4
}