diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-04-07 16:07:37 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-04-07 16:07:37 +0000 |
commit | 2583f6b15e542adf0b329c6678089a1cdc70a429 (patch) | |
tree | 2617284088787fce822e01816c823c6715b8614c /llvm.spec.in | |
parent | bac3ca2e376e8a84f2dbac0ad99479a796493b13 (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27489 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'llvm.spec.in')
-rw-r--r-- | llvm.spec.in | 6 |
1 files changed, 5 insertions, 1 deletions
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 |