Skip to content
Snippets Groups Projects
  1. May 14, 2012
  2. Apr 30, 2012
  3. Apr 24, 2012
  4. Apr 23, 2012
  5. Mar 27, 2012
  6. Mar 26, 2012
  7. Feb 19, 2012
  8. Feb 14, 2012
  9. Feb 13, 2012
  10. Jan 31, 2012
  11. Jan 23, 2012
  12. Jan 22, 2012
  13. Jan 20, 2012
    • Sebastian Hahn's avatar
      Use dead_strip to reduce binary size on OS X · 1f5c5624
      Sebastian Hahn authored
      This option seems to be supported all the way back to at least 10.4, so
      enabling it for OS X in general should be fine. If not, someone will
      yell.
      
      With no libs statically linked, that's a 3% win in binary size, with
      just libevent linked statically, this gives us an advantage of 5% in
      terms of binary size, and with libevent and openssl statically linked,
      we gain over 18% or over 500KB.
      
      Implements ticket 2915.
      1f5c5624
  14. Jan 05, 2012
  15. Dec 28, 2011
  16. Dec 19, 2011
  17. Dec 16, 2011
  18. Dec 15, 2011
  19. Dec 13, 2011
    • Sebastian Hahn's avatar
      Build with warnings and clang 3.0 · bcca541d
      Sebastian Hahn authored
      --enable-gcc-warnings enables two warnings that clang doesn't support,
      so the build fails. We had hoped clang 3.0 would add those, but it
      didn't, so let's just always disable those warnings when building with
      clang. We can still fix it later once they add support
      bcca541d
  20. Dec 08, 2011
  21. Nov 30, 2011
  22. Nov 23, 2011
  23. Nov 22, 2011
  24. Nov 11, 2011
  25. Oct 30, 2011
  26. Oct 28, 2011
Loading