summaryrefslogtreecommitdiff
path: root/tools/rsfont
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-05-11 21:57:48 -0500
committercamthesaxman <cameronghall@cox.net>2017-05-11 21:57:48 -0500
commit543820c7264ad7f2cc206602e88f2172735bbcd3 (patch)
tree1447bd16c684614da4fc93c95841ef018b0c0b50 /tools/rsfont
parent46048394acb7f6441a362c41cc16b7d7d31ba210 (diff)
strip debugging symbols from tools
Diffstat (limited to 'tools/rsfont')
-rw-r--r--tools/rsfont/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rsfont/Makefile b/tools/rsfont/Makefile
index 2bb57da97..544954bfc 100644
--- a/tools/rsfont/Makefile
+++ b/tools/rsfont/Makefile
@@ -1,6 +1,6 @@
CC = gcc
-CFLAGS = -Wall -Wextra -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK
+CFLAGS = -Wall -Wextra -std=c11 -O2 -s -DPNG_SKIP_SETJMP_CHECK
LIBS = -lpng -lz