2e8f72
diff -up boost_1_53_0/tools/build/v2/tools/gcc.jam\~ boost_1_53_0/tools/build/v2/tools/gcc.jam
2e8f72
--- boost_1_53_0/tools/build/v2/tools/gcc.jam~	2012-04-26 05:35:55.000000000 +0200
2e8f72
+++ boost_1_53_0/tools/build/v2/tools/gcc.jam	2014-02-28 16:32:22.575212631 +0100
2e8f72
@@ -363,24 +363,6 @@ generators.override gcc.compile.c++.pch 
2e8f72
 
2e8f72
 toolset.flags gcc.compile PCH_FILE <pch>on : <pch-file> ;
2e8f72
 
2e8f72
-# Declare flags and action for compilation.
2e8f72
-toolset.flags gcc.compile OPTIONS <optimization>off   : -O0 ;
2e8f72
-toolset.flags gcc.compile OPTIONS <optimization>speed : -O3 ;
2e8f72
-toolset.flags gcc.compile OPTIONS <optimization>space : -Os ;
2e8f72
-
2e8f72
-toolset.flags gcc.compile OPTIONS <inlining>off  : -fno-inline ;
2e8f72
-toolset.flags gcc.compile OPTIONS <inlining>on   : -Wno-inline ;
2e8f72
-toolset.flags gcc.compile OPTIONS <inlining>full : -finline-functions -Wno-inline ;
2e8f72
-
2e8f72
-toolset.flags gcc.compile OPTIONS <warnings>off : -w ;
2e8f72
-toolset.flags gcc.compile OPTIONS <warnings>on  : -Wall ;
2e8f72
-toolset.flags gcc.compile OPTIONS <warnings>all : -Wall -pedantic ;
2e8f72
-toolset.flags gcc.compile OPTIONS <warnings-as-errors>on : -Werror ;
2e8f72
-
2e8f72
-toolset.flags gcc.compile OPTIONS <debug-symbols>on : -g ;
2e8f72
-toolset.flags gcc.compile OPTIONS <profiling>on : -pg ;
2e8f72
-toolset.flags gcc.compile OPTIONS <rtti>off : -fno-rtti ;
2e8f72
-
2e8f72
 rule setup-fpic ( targets * : sources * : properties * )
2e8f72
 {
2e8f72
     local link = [ feature.get-values link : $(properties) ] ;
2e8f72
2e8f72
Diff finished.  Fri Feb 28 16:32:24 2014