Added clangd
compile flags & updated .gitignore.
This commit is contained in:
parent
e322475aee
commit
19ccc01da3
2 changed files with 9 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -42,3 +42,5 @@ porymap.project.cfg
|
|||
*.diff
|
||||
*.sym
|
||||
*.js
|
||||
agbcc/
|
||||
/*.zip
|
||||
|
|
7
compile_flags.txt
Normal file
7
compile_flags.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
-Wimplicit -Wparentheses -Werror -O2
|
||||
-lgcc
|
||||
-lc
|
||||
-Iinclude
|
||||
-Igflib
|
||||
-undef
|
||||
-Itools/agbcc/include
|
Loading…
Reference in a new issue