build(asm-lsp): adding configuration of asm-lsp
This commit is contained in:
parent
6559f4b9b0
commit
c62f86e057
1 changed files with 17 additions and 0 deletions
17
.asm-lsp.toml
Normal file
17
.asm-lsp.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue