diff options
author | Willy Tarreau <w@1wt.eu> | 2006-07-16 14:53:46 +0200 |
---|---|---|
committer | Willy Tarreau <willy@wtap.(none)> | 2006-07-26 11:56:32 +0200 |
commit | 1c0a1c234546c2bb13b88bbd930e773d78f44cbd (patch) | |
tree | 31d284518080e0d486b9688c223940ef16f0ce18 /flx | |
parent | [RELEASE] flxutils-0.1.27 (diff) | |
download | flxutils-1c0a1c234546c2bb13b88bbd930e773d78f44cbd.tar.xz |
[RELEASE] flxutils-0.1.28v0.1.28
Diffstat (limited to 'flx')
-rw-r--r-- | flx/Makefile | 2 |
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) |