X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=SConstruct;fp=SConstruct;h=ee0c64ef3226b197a8d5732e0ed93ea731fed404;hb=a518319a80169b48c8dccfeb82ed2834d3eebd75;hp=8b5429c4ec20623446a531244a37fed0386f3f7a;hpb=573e5b42dbc5034cf179f58a807b06231d4c713c;p=senf.git diff --git a/SConstruct b/SConstruct index 8b5429c..ee0c64e 100644 --- a/SConstruct +++ b/SConstruct @@ -101,7 +101,7 @@ env.Append( '--param','large-function-growth=10000', '--param', 'large-function-insns=10000', '--param','inline-unit-growth=10000' ], - INLINE_OPTS_NORMAL = [ '-finline-limit=5000' ], + INLINE_OPTS_NORMAL = [ '-finline-limit=5000', '--param', 'inline-unit-growth=60' ], INLINE_OPTS = [ '$INLINE_OPTS_NORMAL' ], CXXFLAGS = [ '-Wall', '-Woverloaded-virtual', '-Wno-long-long', '$INLINE_OPTS', '-pipe', '$CXXFLAGS_', '-fno-strict-aliasing' ],