Files
RedBear-OS/.vscode/settings.json
T
Anhad Singh 8572c855fc feat(ld_so/dso): TLSDESC
The dynamic linker now works on aarch64. You can also try it on Linux by
setting `TEST_RUNNER` to `qemu-aarch64` when running `make test
TARGET=aarch64-unknown-linux-gnu`

Co-authored-by: @willnode
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-12-09 22:28:39 +11:00

4 lines
78 B
JSON

{
"cmake.ignoreCMakeListsMissing": true,
"editor.formatOnSave": true
}