config/global/paths.in
changeset 2060 51e4597b07fc
parent 1865 6a0b74b87dbd
child 2109 4a45c5758258
     1.1 --- a/config/global/paths.in	Mon Mar 29 12:04:27 2010 +0200
     1.2 +++ b/config/global/paths.in	Thu May 27 23:18:19 2010 +0200
     1.3 @@ -78,3 +78,13 @@
     1.4        read-only.
     1.5        
     1.6        Usefull for toolchains destined for production.
     1.7 +
     1.8 +config STRIP_ALL_TOOLCHAIN_EXECUTABLES
     1.9 +    bool
    1.10 +    prompt "Strip all toolchain executables"
    1.11 +    default y
    1.12 +    help
    1.13 +      All build host executables contain a lot of unnecessary info.
    1.14 +      By stripping all executables it slightly speeds up the compilation
    1.15 +      of large projects.
    1.16 +      NOTE: It does NOT strip the target libraries, only HOST executables