Added clangd compile flags & updated .gitignore.
This commit is contained in:
parent
e322475aee
commit
19ccc01da3
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…
x
Reference in New Issue
Block a user