diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-22 21:40:32 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-22 21:40:32 -0400 |
commit | 8502697ecd1f3b21c4ac457b3b75896af984daa5 (patch) | |
tree | 47e9e2a9948190905313b962188290d1c0b2ad44 /tools | |
parent | 3ce8764b195ab3137b5ee96da7b3c1bede5a0c51 (diff) | |
parent | 337c8177212e12d4a4ad2eee4324ae3d09a21e99 (diff) |
Merge branch 'master' into slot_machine
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 |