Skip to content
  • Rafael Espindola's avatar
    Don't export symbols in every binary on linux. · 76f92277
    Rafael Espindola authored
    On freebsd this makes sure that symbols are exported on the binaries that need
    them. The net result is that we should get symbols in the binaries that need
    them on every platform.
    
    On linux x86-64 this reduces the size of the bin directory from 262MB to 250MB.
    
    Patch by Stephen Checkoway.
    
    llvm-svn: 178725
    76f92277
Loading