mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
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
This commit is contained in:
parent
bac3ca2e37
commit
2583f6b15e
@ -29,7 +29,9 @@ functionality.
|
|||||||
--bindir=%{_bindir} \
|
--bindir=%{_bindir} \
|
||||||
--datadir=%{_datadir} \
|
--datadir=%{_datadir} \
|
||||||
--includedir=%{_includedir} \
|
--includedir=%{_includedir} \
|
||||||
--libdir=%{_libdir}
|
--libdir=%{_libdir} \
|
||||||
|
--enable-optimized \
|
||||||
|
--enable-assertions \
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -53,6 +55,8 @@ rm -rf %{buildroot}
|
|||||||
%{_includedir}/llvm
|
%{_includedir}/llvm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 07 2006 Reid Spencer
|
||||||
|
- Make the build be optimized+assertions
|
||||||
* Fri May 13 2005 Reid Spencer
|
* Fri May 13 2005 Reid Spencer
|
||||||
- Minor adjustments for the 1.5 release
|
- Minor adjustments for the 1.5 release
|
||||||
* Mon Feb 09 2003 Brian R. Gaeke
|
* Mon Feb 09 2003 Brian R. Gaeke
|
||||||
|
@ -29,7 +29,9 @@ functionality.
|
|||||||
--bindir=%{_bindir} \
|
--bindir=%{_bindir} \
|
||||||
--datadir=%{_datadir} \
|
--datadir=%{_datadir} \
|
||||||
--includedir=%{_includedir} \
|
--includedir=%{_includedir} \
|
||||||
--libdir=%{_libdir}
|
--libdir=%{_libdir} \
|
||||||
|
--enable-optimized \
|
||||||
|
--enable-assertions \
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -53,6 +55,8 @@ rm -rf %{buildroot}
|
|||||||
%{_includedir}/llvm
|
%{_includedir}/llvm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 07 2006 Reid Spencer
|
||||||
|
- Make the build be optimized+assertions
|
||||||
* Fri May 13 2005 Reid Spencer
|
* Fri May 13 2005 Reid Spencer
|
||||||
- Minor adjustments for the 1.5 release
|
- Minor adjustments for the 1.5 release
|
||||||
* Mon Feb 09 2003 Brian R. Gaeke
|
* Mon Feb 09 2003 Brian R. Gaeke
|
||||||
|
Loading…
x
Reference in New Issue
Block a user