Bootstrappable builds
Bootstrappable builds is a process of compiling software that does not depend on (compiler) binaries that are not built from source by this process. This process can protect against compiler backdoors: if the build process does not depend on binary code that is difficult to audit, then a compiler backdoor cannot be hidden in compiler binaries anymore.