diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-02-01 10:37:50 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2019-02-01 10:37:50 +0100 |
commit | 26b371e080014e26707c6506de20a05ebac1ed5b (patch) | |
tree | b047005edadccfe158ee67f1abd8b954a65e24a6 | |
parent | b4055e4fc034f1830161a54b970ec19556f48245 (diff) |
Update Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ MID_BUILDDIR = $(OBJ_DIR)/$(MID_SUBDIR) ASFLAGS := -mcpu=arm7tdmi CC1 := tools/agbcc/bin/agbcc$(EXE) -override CFLAGS += -mthumb-interwork -Wimplicit -Wparentheses -Werror -Os -fhex-asm +override CFLAGS += -mthumb-interwork -Wimplicit -Wparentheses -Werror -O2 -fhex-asm CPPFLAGS := -I tools/agbcc/include -I tools/agbcc -iquote include |