I'm looking for a good default setup for building a debug Firefox using clang (5.0) that is at the same time usable.
With GCC I hit a good sweet spot with: ``` mk_add_options "export RUSTC_WRAPPER=sccache" mk_add_options 'export CARGO_INCREMENTAL=1' ac_add_options --with-ccache ac_add_options --enable-optimize="-g -Og" ac_add_options --enable-debug-symbols ac_add_options --enable-debug ``` but the same settings when I add: ``` export CC="clang" export CXX="clang++" ``` give me a much, much slower build that feels very slow to start and UI is very noticeably slower. Any recommendations? Thanks, zb. _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform