Skip to content

Commit

Permalink
For PR723:
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Reid Spencer committed Apr 7, 2006
1 parent bac3ca2 commit 2583f6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion llvm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ functionality.
--bindir=%{_bindir} \
--datadir=%{_datadir} \
--includedir=%{_includedir} \
--libdir=%{_libdir}
--libdir=%{_libdir} \
--enable-optimized \
--enable-assertions \
make

%install
Expand All @@ -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
Expand Down
6 changes: 5 additions & 1 deletion llvm.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ functionality.
--bindir=%{_bindir} \
--datadir=%{_datadir} \
--includedir=%{_includedir} \
--libdir=%{_libdir}
--libdir=%{_libdir} \
--enable-optimized \
--enable-assertions \
make

%install
Expand All @@ -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
Expand Down

0 comments on commit 2583f6b

Please sign in to comment.