diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-10-19 14:24:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-19 14:24:34 -0500 |
commit | bf8fa23462990b36ff40ac4a863380a9d979bfdd (patch) | |
tree | 51f3a9e269bf974880dbae6ba5cbb1fd7949db0b /tools | |
parent | 95d8815721321f08714b97c59a97de3a59f1e0c7 (diff) | |
parent | 113a8d1efd45ed387a0ede7b7aa8744b622c662f (diff) |
Merge pull request #365 from garakmon/event-flags
[WIP] Event flags
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 |