build(ASM/lsp): adding the lsp's asm configuration
This commit is contained in:
parent
1907e4f2b2
commit
42586d45d5
1 changed files with 18 additions and 0 deletions
18
ASM/.asml-lsp.toml
Normal file
18
ASM/.asml-lsp.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[[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