From f820d0ac236f6953e7bd5d115775a8751837ef4f Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 13 Sep 2005 16:45:11 +0000 Subject: fixed probem with my regex merge; added compile time option output to -v option display --- master.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'master.make') diff --git a/master.make b/master.make index 914167cb..1838bed9 100644 --- a/master.make +++ b/master.make @@ -11,7 +11,7 @@ #LDFLAGS= -g -Wall -fno-omit-frame-pointer #CFLAGS= -DSYSV -g -Wall -fno-omit-frame-pointer -CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -I/usr/local/include $(NOLARGEFILE) $(WITHDB) +CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -I/usr/local/include $(NOLARGEFILE) $(WITHDB) $(F_REGEXP) LDFLAGS= -s # There is one report that under an all ELF system there may be a need to -- cgit