From 8a0025607cc6dde1fc8480611b38d58ea87d8556 Mon Sep 17 00:00:00 2001 From: marc Date: Fri, 21 Jun 1996 18:43:07 +0000 Subject: [PATCH] use RPM_OPT_FLAGS if there CVS patchset: 667 CVS date: 1996/06/21 18:43:07 --- Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 665eeb1..a64f09a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,11 @@ # This stuff should be reasonably changeable +ifndef RPM_OPT_FLAGS +RPM_OPT_FLAGS = -O2 +endif + #DEBUG = -g -OPTS = -O2 +OPTS = ${RPM_OPT_FLAGS} prefix=$(ROOT)/usr #LIBEFENCE = -lefence -- 2.7.4