| diff --git a/buildenv.mk b/buildenv.mk | |
| index 767bfc4f..ec945826 100644 | |
| --- a/buildenv.mk | |
| +++ b/buildenv.mk | |
| @@ -212,6 +212,7 @@ endif | |
| endif | |
| MITIGATION_CFLAGS += $(MITIGATION_ASFLAGS) | |
| +MITIGATION_CFLAGS += -fcf-protection=none | |
| # Compiler and linker options for an Enclave | |
| # |