Skip to content
Snippets Groups Projects
Commit 0f0121d8 authored by Axel Naumann's avatar Axel Naumann
Browse files

[cmake] Introduce `-Ddev=On` with preferred developer settings:

Reduce build times:
  - use lld or gold or good-old-ld, in that order of preference;
  - split debug info to accelerate rebuilding and relinking;
  - do not rebuild shared libraries just because a shared lib they depend on has changed;
  - generate the gdb-index to accelerate root startup in gdb.
Turn on -Werror to not overlook warnings.
parent 8076501c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment