mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-13 21:47:54 -05:00
Added clangd compile flags & updated .gitignore.
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user