From 4bcb5a84fd7d1ee1da85376a866057b1a2fda1c9 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 16 Jul 2006 14:53:38 +0200 Subject: [RELEASE] flxutils-0.1.22 --- flx/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'flx/Makefile') diff --git a/flx/Makefile b/flx/Makefile index 214385f..0da663e 100644 --- a/flx/Makefile +++ b/flx/Makefile @@ -31,7 +31,8 @@ SRC=main.c arg.c utils.c md5.c flx.c fct1.c check.c sign.c \ input.c input_fs.c input_file.c \ output.c output_file.c OBJ=$(SRC:.c=.o) -CFLAGS= -Wall -O2 -DMEM_OPTIM -DPROGRAM_NAME=\"$(NAME)\" -DPROGRAM_VERSION=\"$(VERSION)\" +COPTS="-O2" +CFLAGS= -Wall $(COPTS) -DMEM_OPTIM -DPROGRAM_NAME=\"$(NAME)\" -DPROGRAM_VERSION=\"$(VERSION)\" LDFLAGS=-L. $(NAME): $(OBJ) -- cgit v1.2.3