mirror of https://github.com/pmret/papermario.git
feat: clangd support (#1209)
This commit is contained in:
parent
405cb281e9
commit
ba9d8213d8
|
@ -0,0 +1,3 @@
|
|||
CompileFlags:
|
||||
Add: -Wno-unknown-warning-option
|
||||
Remove: [-m*, -f*]
|
|
@ -58,3 +58,8 @@ build/
|
|||
*.crash
|
||||
|
||||
/tools/n64crc
|
||||
|
||||
# clangd
|
||||
.cache/clangd/
|
||||
# compile_commands.json requires hardcoded paths, so it can't be committed
|
||||
compile_commands.json
|
||||
|
|
Loading…
Reference in New Issue