Announcement

Collapse
No announcement yet.

LLVM Clang Lands -Og Optimization Level

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

  • LLVM Clang Lands -Og Optimization Level

    Phoronix: LLVM Clang Lands -Og Optimization Level

    The LLVM Clang compiler now has a -Og optimization level inspired by GCC...

    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
    Ooh, sounds like something I need to try out later

    Comment


    • #3
      Originally posted by Veerappan View Post
      Ooh, sounds like something I need to try out later
      it is the same as -O1

      Comment


      • #4
        This is something that has been lacking for a while. Even if it is just an alias to -O1 for now, thanks to this at least we don't need anymore to use different code paths in our build scripts.

        Comment

        Working...
        X