|
|
|
|
|
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) |
|