solorice/config/asm-lsp/.asm-lsp.toml
Kristofers Solo c50febb922
Update 2025-09-30
Update 2025-09-30

Update 2025-09-30
2025-09-30 17:42:40 +03:00

23 lines
379 B
TOML

[default_config]
version = "0.10.0"
assembler = "gas"
instruction_set = "riscv"
[default_config.opts]
# compiler = "zig"
# compile_flags_txt = [
# "cc",
# "-x",
# "assembler-with-cpp",
# "-g",
# "-Wall",
# "-Wextra",
# "-pedantic",
# "-pedantic-errors",
# "-std=c2y",
# "-target",
# "aarch64-linux-musl",
# ]
diagnostics = true
default_diagnostics = false