aboutsummaryrefslogtreecommitdiff
path: root/flx
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2006-07-16 14:53:46 +0200
committerWilly Tarreau <willy@wtap.(none)>2006-07-26 11:56:32 +0200
commit1c0a1c234546c2bb13b88bbd930e773d78f44cbd (patch)
tree31d284518080e0d486b9688c223940ef16f0ce18 /flx
parent[RELEASE] flxutils-0.1.27 (diff)
downloadflxutils-1c0a1c234546c2bb13b88bbd930e773d78f44cbd.tar.xz
[RELEASE] flxutils-0.1.28v0.1.28
Diffstat (limited to 'flx')
-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)