-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.syntastic_c_config
91 lines (90 loc) · 1.72 KB
/
.syntastic_c_config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
# Copyright (c) 2019, Jianshen Liu <jliu120@ucsc.edu>
-c
-nostdinc
-isystem
/usr/lib/gcc/x86_64-linux-gnu/5/include
-I./arch/x86/include
-I./arch/x86/include/generated
-I./include
-I./arch/x86/include/uapi
-I./arch/x86/include/generated/uapi
-I./include/uapi
-I./include/generated/uapi
-include
./include/linux/kconfig.h
-D__KERNEL__
-fno-pie
-Wall
-Wundef
-Wstrict-prototypes
-Wno-trigraphs
-fno-strict-aliasing
-fno-common
-fshort-wchar
-Werror-implicit-function-declaration
-Wno-format-security
-std=gnu89
-fno-PIE
-fno-pie
-no-pie
-mno-sse
-mno-mmx
-mno-sse2
-mno-3dnow
-mno-avx
-m64
-falign-jumps=1
-falign-loops=1
-mno-80387
-mno-fp-ret-in-387
-mpreferred-stack-boundary=3
-mskip-rax-setup
-mtune=generic
-mno-red-zone
-mcmodel=kernel
-funit-at-a-time
-DCONFIG_X86_X32_ABI
-DCONFIG_AS_CFI=1
-DCONFIG_AS_CFI_SIGNAL_FRAME=1
-DCONFIG_AS_CFI_SECTIONS=1
-DCONFIG_AS_FXSAVEQ=1
-DCONFIG_AS_SSSE3=1
-DCONFIG_AS_CRC32=1
-DCONFIG_AS_AVX=1
-DCONFIG_AS_AVX2=1
-DCONFIG_AS_AVX512=1
-DCONFIG_AS_SHA1_NI=1
-DCONFIG_AS_SHA256_NI=1
-pipe
-Wno-sign-compare
-fno-asynchronous-unwind-tables
-mindirect-branch=thunk-extern
-mindirect-branch-register
-DRETPOLINE
-fno-delete-null-pointer-checks
-O2
--param=allow-store-data-races=0
-DCC_HAVE_ASM_GOTO
-Wframe-larger-than=1024
-fstack-protector-strong
-Wno-unused-but-set-variable
-fno-omit-frame-pointer
-fno-optimize-sibling-calls
-fno-var-tracking-assignments
-pg
-mfentry
-DCC_USING_FENTRY
-Wdeclaration-after-statement
-Wno-pointer-sign
-fno-strict-overflow
-fno-merge-all-constants
-fmerge-constants
-fno-stack-check
-fconserve-stack
-Werror=implicit-int
-Werror=strict-prototypes
-Werror=date-time
-Werror=incompatible-pointer-types
-Werror=designated-init
-DMODULE