build(asm-lsp): adding configuration of asm-lsp

This commit is contained in:
Raphael 2025-12-06 19:54:45 +01:00
parent 6559f4b9b0
commit c62f86e057
No known key found for this signature in database

17
.asm-lsp.toml Normal file
View file

@ -0,0 +1,17 @@
[[project]]
path = ""
version = "0.10.1"
assembler = "nasm"
instruction_set = "x86/x86-64"
[project.opts]
compiler = "nasm"
compile_flags_txt = [
"-f",
"elf64",
"-F",
"dwarf",
"-g",
]
diagnostics = true
default_diagnostics = false