diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-05-22 08:49:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-22 08:49:36 -0400 |
commit | 337c8177212e12d4a4ad2eee4324ae3d09a21e99 (patch) | |
tree | 105bbdc450a3d3307d4aba3d038338baa4c007f5 /tools | |
parent | 348bd19fddefede38716607ffe0ecdb4ae199bea (diff) | |
parent | 3e44eb26efdfa5676865f1f3b1415a7fa764a949 (diff) |
Merge pull request #58 from garakmon/text_dump
Some Text Dump
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gbagfx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gbagfx/Makefile b/tools/gbagfx/Makefile index 93bea4bdc..f0638414d 100644 --- a/tools/gbagfx/Makefile +++ b/tools/gbagfx/Makefile @@ -1,6 +1,6 @@ CC = gcc -CFLAGS = -Wall -Wextra -Werror -Wno-sign-compare -std=c11 -O2 -s -DPNG_SKIP_SETJMP_CHECK +CFLAGS = -Wall -Wextra -Werror -Wno-sign-compare -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK LIBS = -lpng -lz |