Skip to content
  • Benjamin Kramer's avatar
    Reenable building with -fvisibility-inlines-hidden. · d90b5955
    Benjamin Kramer authored
    This was disabled years ago because of a bug in GCC 4.1, which is
    on our "broken compilers" list for other reasons. Saving ~500k
    on a clang binary (Release+Asserts) is well worth dropping support
    for it.
    
    We currently disable it for shared libraries (where it would bring
    the biggest win) because clang is broken (PR11642).
    
    IMPORTANT: If you're doing incremental builds you may get tons of
    linker warnings. make clean will fix them.
    
    llvm-svn: 147182
    d90b5955
Loading