use RPM_OPT_FLAGS if there

CVS patchset: 667
CVS date: 1996/06/21 18:43:07
This commit is contained in:
marc 1996-06-21 18:43:07 +00:00
parent 358b8181c2
commit 8a0025607c
1 changed files with 5 additions and 1 deletions

View File

@ -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