From bc88d6857eb173329a0f309787f16121027e8598 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 7 Apr 2006 16:07:37 +0000 Subject: [PATCH] For PR723: Configure with the --enable-optimized and --enable-assertions option to ensure that binary RPM packages are built with the options required by the feature request. llvm-svn: 27489 --- llvm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index 98d641f677a..50d265a87e7 100644 --- a/llvm.spec +++ b/llvm.spec @@ -29,7 +29,9 @@ functionality. --bindir=%{_bindir} \ --datadir=%{_datadir} \ --includedir=%{_includedir} \ ---libdir=%{_libdir} +--libdir=%{_libdir} \ +--enable-optimized \ +--enable-assertions \ make %install @@ -53,6 +55,8 @@ rm -rf %{buildroot} %{_includedir}/llvm %changelog +* Fri Apr 07 2006 Reid Spencer +- Make the build be optimized+assertions * Fri May 13 2005 Reid Spencer - Minor adjustments for the 1.5 release * Mon Feb 09 2003 Brian R. Gaeke