diff options
Diffstat (limited to '.syntastic_c_config')
-rw-r--r-- | .syntastic_c_config | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/.syntastic_c_config b/.syntastic_c_config new file mode 100644 index 00000000..507d0084 --- /dev/null +++ b/.syntastic_c_config @@ -0,0 +1,44 @@ +-DL_ENDIAN +-D_CRT_SECURE_NO_DEPRECATE +-D_CRT_NONSTDC_NO_DEPRECATE +-DOPENSSL_SMALL_FOOTPRINT +-DPEDANTIC +-ggdb +-O0 +-fno-stack-protector +-fno-strict-aliasing +-fpic +-fshort-wchar +-Wall +-Wsign-compare +-Werror +-fno-builtin +-Werror=sign-compare +-ffreestanding +-std=gnu89 +-nostdinc +-I/usr/lib/gcc/x86_64-redhat-linux/7/include +-Iinclude +-ICryptlib/ +-ICryptlib/Include/ +-ICryptlib/OpenSSL/ +-ICryptlib/OpenSSL/crypto/ +-I/usr/include/efi/ +-I/usr/include/efi/x86_64/ +-I/usr/include/efi/protocol/ +-ICryptlib/OpenSSL/crypto/asn1/ +-ICryptlib/OpenSSL/crypto/evp/ +-ICryptlib/OpenSSL/crypto/modes/ +-ICryptlib/OpenSSL/crypto/include/ +-iquote +. +-mno-mmx +-mno-sse +-mno-red-zone +-nostdinc +-maccumulate-outgoing-args +-DEFI_FUNCTION_WRAPPER +-DGNU_EFI_USE_MS_ABI +-DNO_BUILTIN_VA_FUNCS +-DMDE_CPU_X64 +-DPAGE_SIZE=4096 |