diff options
author | Willy Tarreau <w@1wt.eu> | 2006-07-16 14:53:38 +0200 |
---|---|---|
committer | Willy Tarreau <willy@wtap.(none)> | 2006-07-26 11:51:24 +0200 |
commit | 4bcb5a84fd7d1ee1da85376a866057b1a2fda1c9 (patch) | |
tree | 76d2e0ec73975d45b559089d4bb716e550d9423b /flx/Makefile | |
parent | [RELEASE] flxutils-0.1.21 (diff) | |
download | flxutils-4bcb5a84fd7d1ee1da85376a866057b1a2fda1c9.tar.xz |
[RELEASE] flxutils-0.1.22v0.1.22
Diffstat (limited to 'flx/Makefile')
-rw-r--r-- | flx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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) |