Skip to content
  • tibbe's avatar
    375cfd66
    Don't strip libraries on Windows · 375cfd66
    tibbe authored
    Stripping triggers a bug in strip.exe when there are lots of
    identically named modules. The strip program has a limit in how it
    generates temp file names, which eventually leads to name collision.
    
    Fixes #1784.
    375cfd66
    Don't strip libraries on Windows
    tibbe authored
    Stripping triggers a bug in strip.exe when there are lots of
    identically named modules. The strip program has a limit in how it
    generates temp file names, which eventually leads to name collision.
    
    Fixes #1784.
Loading