summaryrefslogtreecommitdiff
path: root/tools/bin2c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-08-11 18:37:09 -0700
committerGitHub <noreply@github.com>2018-08-11 18:37:09 -0700
commit40cf61307b411ea4de858902c7081fde8ef71ea5 (patch)
treeee40961b2552603a76a8a07cb4c28cf8be476664 /tools/bin2c
parent419917cdb012a5bfdb26f2929efe43677b53b728 (diff)
parente0a9faacb58311b697cf704823f8279a077716f0 (diff)
Merge pull request #267 from garakmon/master
macOS support
Diffstat (limited to 'tools/bin2c')
-rw-r--r--tools/bin2c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bin2c/Makefile b/tools/bin2c/Makefile
index 4cc23a25a..73f78980e 100644
--- a/tools/bin2c/Makefile
+++ b/tools/bin2c/Makefile
@@ -1,6 +1,6 @@
CC = gcc
-CFLAGS = -Wall -Wextra -Werror -std=c11 -O2 -s
+CFLAGS = -Wall -Wextra -Werror -std=c11 -O2
.PHONY: clean