Hacker News new | ask | show | jobs
by r-r-r 1483 days ago
It got to 1.0 recently and still is in dev.

But off the top - No lto support, missing some flags that we use when building drivers, valgrind (cachegrind etc) fail to load symbols, some linker stuff is case senstive etc.

Can also add it to PATH, instead of hardcoding it like op did here.

But it's well worth it in some projects - In my case it shaved over a minute from incremental builds, resulting in sub 10 second builds!

(Alsp note you can cache indexes in gdb by default)

1 comments

It's improving pretty quickly. Now it got LTO support, and I also believe that Valgrind issue has been resolved.
Oh great! I'll fetch and try a new build, Thank you! :)