可用的回归测试通过的标准版本
This commit is contained in:
@@ -11,19 +11,25 @@
|
||||
},
|
||||
"linker": {
|
||||
"cmd": "clang++",
|
||||
"flags": ["-L", "D:\\Python312", "-lmsvcrt", "-lucrt", "-lpthread", "D:\\Python312\\python312.dll"],
|
||||
"flags": [
|
||||
"-L", "D:\\Python312\\libs",
|
||||
"-lmsvcrt", "-lucrt", "-lpthread", "-lmingwex",
|
||||
"-lkernel32", "-luser32",
|
||||
"-lpython312",
|
||||
"-Wl,--allow-multiple-definition"
|
||||
],
|
||||
"output": "CPythonTest.exe"
|
||||
},
|
||||
"includes": [
|
||||
"./includes"
|
||||
],
|
||||
"target": {
|
||||
"triple": "x86_64-pc-windows-msvc",
|
||||
"triple": "x86_64-pc-windows-gnu",
|
||||
"datalayout": "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
|
||||
},
|
||||
"options": {
|
||||
"slice_level": 3,
|
||||
"target": "llvm",
|
||||
"strict_mode": true
|
||||
"strict_mode": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user