diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-06-17 08:00:47 -0400 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-06-17 05:00:47 -0700 |
commit | 14dcee450d954cb478974461b7e49c47aefc916d (patch) | |
tree | 379a7732c7048b564b7b34181a9b0fae3373bc39 /tools/rsfont | |
parent | 49304ec33bb54592578059ec0da317f1bfc6d4ca (diff) |
Potential fix for Issue #1 (#10)
replace all-zero incbins with .space and build fixes for certain Linux configurations
Diffstat (limited to 'tools/rsfont')
-rw-r--r-- | tools/rsfont/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rsfont/Makefile b/tools/rsfont/Makefile index 78e0cab3a..9ad47cfcf 100644 --- a/tools/rsfont/Makefile +++ b/tools/rsfont/Makefile @@ -1,6 +1,6 @@ CC = gcc -CFLAGS = -Wall -Wextra -std=c11 -O2 +CFLAGS = -Wall -Wextra -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK LIBS = -lz -lpng |