ref: 222772f6bbd042801e7eefeb3aee8ecfc2113f6e
parent: ceac1b57d9d9a19d2edfec3aaf8cd21c6269ecef
author: Tor Andersson <tor.andersson@artifex.com>
date: Fri Jun 15 11:22:54 EDT 2018
Remove -ffunction-sections and -fdata-sections compile flags. They're only of minor benefit. Simpler build systems are better.
--- a/Makefile
+++ b/Makefile
@@ -22,8 +22,6 @@
endif
ifeq "$(shell uname)" "Linux"
- CFLAGS += -ffunction-sections -fdata-sections
- LDFLAGS += -Wl,--gc-sections
HAVE_READLINE := yes
endif