908d7d2963
Wed May 06 2009 Benjamin Kosnik <bkoz@redhat.com> - 1.39.0-0.3 - Fixes for rpmlint. Wed May 06 2009 Petr Machata <pmachata@redhat.com> - 1.39.0-0.2 - Split up boost package to sub-packages per library - Resolves: #496188 Wed May 06 2009 Benjamin Kosnik <bkoz@redhat.com> - 1.39.0-0.1 - Rebase to 1.39.0. - Add --with docs_generated. - #225622: Substitute optflags at prep time instead of RPM_OPT_FLAGS.
20 lines
872 B
Diff
20 lines
872 B
Diff
*** tools/build/v2/tools/gcc.jam.orig 2008-11-17 16:26:39.000000000 -0800
|
|
--- tools/build/v2/tools/gcc.jam 2008-11-17 16:31:08.000000000 -0800
|
|
*************** toolset.flags gcc.compile PCH_FILE <pch>
|
|
*** 292,298 ****
|
|
|
|
# Declare flags and action for compilation.
|
|
toolset.flags gcc.compile OPTIONS <optimization>off : -O0 ;
|
|
! toolset.flags gcc.compile OPTIONS <optimization>speed : -O3 ;
|
|
toolset.flags gcc.compile OPTIONS <optimization>space : -Os ;
|
|
|
|
toolset.flags gcc.compile OPTIONS <inlining>off : -fno-inline ;
|
|
--- 292,298 ----
|
|
|
|
# Declare flags and action for compilation.
|
|
toolset.flags gcc.compile OPTIONS <optimization>off : -O0 ;
|
|
! toolset.flags gcc.compile OPTIONS <optimization>speed : "_FEDORA_OPT_FLAGS" ;
|
|
toolset.flags gcc.compile OPTIONS <optimization>space : -Os ;
|
|
|
|
toolset.flags gcc.compile OPTIONS <inlining>off : -fno-inline ;
|