Skip to content
Snippets Groups Projects
  1. Jan 05, 2016
  2. Jan 04, 2016
  3. Dec 11, 2015
  4. Nov 27, 2015
  5. Nov 16, 2015
  6. Nov 09, 2015
  7. Oct 07, 2015
  8. Sep 09, 2015
  9. Aug 03, 2015
  10. Jul 31, 2015
  11. Jul 20, 2015
  12. May 20, 2015
  13. Feb 11, 2015
  14. Feb 10, 2015
  15. Oct 28, 2014
  16. Oct 22, 2014
  17. Oct 21, 2014
  18. Oct 19, 2014
  19. Sep 18, 2014
  20. Sep 02, 2014
  21. Aug 21, 2014
  22. Aug 18, 2014
  23. Aug 15, 2014
  24. Aug 14, 2014
  25. Aug 13, 2014
  26. Aug 07, 2014
  27. Aug 06, 2014
  28. Jul 22, 2014
  29. Jul 21, 2014
  30. Jul 20, 2014
    • Dr. Felix Tobias Schindler's avatar
      [cmake] remove -O? from debug cxx flags · e6932f65
      Dr. Felix Tobias Schindler authored
      At the moment it is not trivial to configure a debug build with e.g. -O2.
      Upon calling make cmake is called and the CMAKE_CXX_FLAGS_DEBUG are
      appended to any given CMAKE_CXX_FLAGS, thus overriding any -O? given there.
      Since the desired debug flag might vary from compiler to compiler
      (-O0, -Og) anyway I propose to remove the -O? entirely from the debug
      flags. Please revert or voice opinions!
      e6932f65
  31. Apr 16, 2014
  32. Apr 14, 2014
  33. Apr 10, 2014
Loading