Add option to build with control-flow integrity (CFI) enabled (--enable-cfi).
Control-flow integrity (CFI) is a very powerful exploit mitigation technique.
CFI makes it harder for an attacker to redirect the flow of execution of a program.
Like other exploit mitigations (ASLR, DEP, stack cookies, etc.) it reduces the probability of bugs turning into exploits.