diff options
author | garak <garakmon@gmail.com> | 2018-10-17 08:55:09 -0400 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2018-10-17 08:55:09 -0400 |
commit | da1b5365a71acc32b95d9b850b775609aecaa909 (patch) | |
tree | 4a676cc530fc20fc604183e38e6fc3435fbc2585 /tools | |
parent | 0051947414df4656826a5ba0b252fdbb5fb0e065 (diff) |
label a flag in the asm
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gbagfx/Makefile | 2 | ||||
-rw-r--r-- | tools/mid2agb/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/gbagfx/Makefile b/tools/gbagfx/Makefile index c10b258de..339585b92 100644 --- a/tools/gbagfx/Makefile +++ b/tools/gbagfx/Makefile @@ -1,6 +1,6 @@ CC = gcc -CFLAGS = -Wall -Wextra -Werror -std=c11 -O2 -s -DPNG_SKIP_SETJMP_CHECK +CFLAGS = -Wall -Wextra -Werror -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK LIBS = -lpng -lz diff --git a/tools/mid2agb/Makefile b/tools/mid2agb/Makefile index 4dc2f123f..77f96db5a 100644 --- a/tools/mid2agb/Makefile +++ b/tools/mid2agb/Makefile @@ -1,6 +1,6 @@ CXX := g++ -CXXFLAGS := -std=c++11 -O2 -s -Wall -Wno-switch -Werror +CXXFLAGS := -std=c++11 -O2 -Wall -Wno-switch -Werror SRCS := agb.cpp error.cpp main.cpp midi.cpp tables.cpp |