[llvm-commits] CVS: llvm/llvm.spec
Reid Spencer
reid at x10sys.com
Fri Apr 7 09:07:50 PDT 2006
Changes in directory llvm:
llvm.spec updated: 1.4 -> 1.5
---
Log message:
For PR723: http://llvm.cs.uiuc.edu/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.
---
Diffs of the changes: (+5 -1)
llvm.spec | 5 +++++
1 files changed, 5 insertions(+)
Index: llvm/llvm.spec
diff -u llvm/llvm.spec:1.4 llvm/llvm.spec:1.5
--- llvm/llvm.spec:1.4 Wed May 18 15:23:20 2005
+++ llvm/llvm.spec Fri Apr 7 11:07:37 2006
@@ -29,7 +29,9 @@
--bindir=%{_bindir} \
--datadir=%{_datadir} \
--includedir=%{_includedir} \
---libdir=%{_libdir}
+--libdir=%{_libdir} \
+--enable-optimized \
+--enable-assertions \
make
%install
@@ -53,6 +55,8 @@
%{_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
More information about the llvm-commits
mailing list