1. 24 Sep, 2016 1 commit
  2. 23 Sep, 2016 1 commit
  3. 22 Sep, 2016 2 commits
  4. 21 Sep, 2016 1 commit
  5. 20 Sep, 2016 2 commits
  6. 19 Sep, 2016 1 commit
  7. 18 Sep, 2016 2 commits
  8. 17 Sep, 2016 2 commits
  9. 16 Sep, 2016 3 commits
  10. 15 Sep, 2016 1 commit
  11. 14 Sep, 2016 2 commits
  12. 13 Sep, 2016 2 commits
  13. 12 Sep, 2016 2 commits
  14. 11 Sep, 2016 2 commits
  15. 10 Sep, 2016 8 commits
  16. 09 Sep, 2016 7 commits
  17. 08 Sep, 2016 1 commit
    • Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)'s avatar
      issue28032: never imply --with-lto as part of --with-optimizations. · 9cbfa791
      Too many build tool chains do not properly support it, including building
      and linking an executable fine that simply segfaults when you try to run
      it (such as debian jessie 8.5's gcc 4.9).  On others where it does appear
      to build (ubuntu 16.04's gcc 5.4) there are still test_distutils and test_gdb
      failures to deal with.
      
      We're not going to spend time attempting to maintain a complicated white list
      of what does and doesn't work in our configure.ac file.
      9cbfa791