2008-12-17 17:40:21 +00:00
|
|
|
*** 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 ****
|
2008-08-12 16:40:21 +00:00
|
|
|
|
2008-12-17 17:40:21 +00:00
|
|
|
# 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 ;
|
2008-08-12 16:40:21 +00:00
|
|
|
|
2008-12-17 17:40:21 +00:00
|
|
|
toolset.flags gcc.compile OPTIONS <inlining>off : -fno-inline ;
|
|
|
|
--- 292,298 ----
|
2008-08-12 16:40:21 +00:00
|
|
|
|
2008-12-17 17:40:21 +00:00
|
|
|
# Declare flags and action for compilation.
|
|
|
|
toolset.flags gcc.compile OPTIONS <optimization>off : -O0 ;
|
2009-05-08 01:11:25 +00:00
|
|
|
! toolset.flags gcc.compile OPTIONS <optimization>speed : "_FEDORA_OPT_FLAGS" ;
|
2008-12-17 17:40:21 +00:00
|
|
|
toolset.flags gcc.compile OPTIONS <optimization>space : -Os ;
|
2008-08-12 16:40:21 +00:00
|
|
|
|
2008-12-17 17:40:21 +00:00
|
|
|
toolset.flags gcc.compile OPTIONS <inlining>off : -fno-inline ;
|