speeding up clang debug and builds
speeding up clang debug and builds
I found the default static library configuration of clang slow to rebuild, so I started building it with in shared mode. That loaded pretty slow in gdb, so I went looking for how to enable split dwarf, and found a nice little presentation on how to speed up clang builds.
There’s a followup blog post with some speed up conclusions.
A failure of that blog post is actually listing the cmake commands…
View On WordPress














