From 7114bd9953e276e5a1dc8782158d7d43ccd606ab Mon Sep 17 00:00:00 2001 From: short <> Date: Wed, 26 Sep 2001 17:14:41 +0000 Subject: [PATCH] +CFLAGS settings options enhanced --- src/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 2651456..5cc3e75 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,8 @@ -CFLAGS=-Wall -Wstrict-prototypes -ggdb3 #-O2 +CFLAGS= +CFLAGS+=-Wall -Wstrict-prototypes -ggdb3 +#CFLAGS+=-pedantic -ansi -traditional -Wall -Wstrict-prototype +#CFLAGS+=-O9 -fexpensive-optimizations -finline-functions +#CFLAGS+=-pg all: ../bin/unmime ../bin/flock -- 1.8.3.1