Announcement

Collapse
No announcement yet.

An "-Og" Optimization Level For GCC

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • An "-Og" Optimization Level For GCC

    Phoronix: An "-Og" Optimization Level For GCC

    Compiler expert Richard Guenther of SUSE proposed introducing an "-Og" optimization level for GCC to enhance the debugging experience...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    There's already an "-Og" option. It's called "Clang."

    Comment


    • #3
      Originally posted by RealNC View Post
      There's already an "-Og" option. It's called "Clang."
      It sucks, then - maybe they'll fix it. What kind of debug option requires you to fix up your code that runs fine with other options?

      Comment


      • #4
        I just found a nice usecase for -Og: Good debug traces for tail call optimized code: http://draketo.de/light/english/free-software/tco-debug

        Comment

        Working...
        X