We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e268ba + 9b26031 commit 92f8d61Copy full SHA for 92f8d61
1 file changed
SGX_Linux/sgx_t.mk
@@ -66,7 +66,7 @@ ifeq ($(HAVE_WOLFSSL_SP), 1)
66
-DWOLFSSL_HAVE_SP_ECC
67
endif
68
69
-Flags_Just_For_C := -Wno-implicit-function-declaration -std=c11
+Flags_Just_For_C := -Wno-implicit-function-declaration -std=c99
70
Common_C_Cpp_Flags := $(SGX_COMMON_CFLAGS) -nostdinc -fvisibility=hidden -fpie -fstack-protector $(Wolfssl_Enclave_Include_Paths)-fno-builtin -fno-builtin-printf -I.
71
Wolfssl_Enclave_C_Flags := $(Flags_Just_For_C) $(Common_C_Cpp_Flags) $(Wolfssl_C_Extra_Flags)
72
0 commit comments