aboutsummaryrefslogtreecommitdiff
path: root/flx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'flx/Makefile')
-rw-r--r--flx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/flx/Makefile b/flx/Makefile
index 23e1491..4d0c460 100644
--- a/flx/Makefile
+++ b/flx/Makefile
@@ -33,7 +33,7 @@ SRC=main.c arg.c utils.c md5.c flx.c fct1.c check.c sign.c \
OBJ=$(SRC:.c=.o)
COPTS=-O2
CFLAGS= -Wall $(COPTS) -DMEM_OPTIM -DPROGRAM_NAME=\"$(NAME)\" -DPROGRAM_VERSION=\"$(VERSION)\"
-LDFLAGS=-L.
+LDFLAGS=-L. -Wl,--gc-sections
all: $(NAME)