hopefully debug now
Some checks failed
validate-internal / build (push) Has been cancelled

This commit is contained in:
DeaTh-G 2026-02-03 06:35:36 +01:00
parent 464abaf47f
commit 9b578ff6c2

View file

@ -34,14 +34,15 @@
"path": "../" "path": "../"
} }
], ],
"build-options": { "build-options": {
"strip": false, "no-debuginfo": true,
"append-path": "/usr/lib/sdk/llvm18/bin", "strip": false,
"prepend-ld-library-path": "/usr/lib/sdk/llvm18/lib", "append-path": "/usr/lib/sdk/llvm18/bin",
"build-args": [ "prepend-ld-library-path": "/usr/lib/sdk/llvm18/lib",
"--share=network" "build-args": [
] "--share=network"
} ]
}
} }
] ]
} }