mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
libc cleanup (#1568)
* libc cleanup * Suggested changes, small alloca tweak * Remove printf include
This commit is contained in:
parent
4e55168eaa
commit
3475651701
46 changed files with 571 additions and 432 deletions
2
Makefile
2
Makefile
|
@ -98,7 +98,7 @@ OBJDUMP := $(MIPS_BINUTILS_PREFIX)objdump
|
|||
EMULATOR ?=
|
||||
EMU_FLAGS ?=
|
||||
|
||||
INC := -Iinclude -Isrc -Ibuild -I.
|
||||
INC := -Iinclude -Iinclude/libc -Isrc -Ibuild -I.
|
||||
|
||||
# Check code syntax with host compiler
|
||||
CHECK_WARNINGS := -Wall -Wextra -Wno-format-security -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-variable -Wno-missing-braces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue