summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--llvm.spec6
-rw-r--r--llvm.spec.in6
2 files changed, 10 insertions, 2 deletions
diff --git a/llvm.spec b/llvm.spec
index 98d641f677..50d265a87e 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
diff --git a/llvm.spec.in b/llvm.spec.in
index 98d641f677..50d265a87e 100644
--- a/llvm.spec.in
+++ b/llvm.spec.in
@@ -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