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": "../"
}
],
"build-options": {
"strip": false,
"append-path": "/usr/lib/sdk/llvm18/bin",
"prepend-ld-library-path": "/usr/lib/sdk/llvm18/lib",
"build-args": [
"--share=network"
]
}
"build-options": {
"no-debuginfo": true,
"strip": false,
"append-path": "/usr/lib/sdk/llvm18/bin",
"prepend-ld-library-path": "/usr/lib/sdk/llvm18/lib",
"build-args": [
"--share=network"
]
}
}
]
}