File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 45
45
# `TENTATIVE_CLANG_FLAGS`.
46
46
bindgen_skip_c_flags := -mno-fp-ret-in-387 -mpreferred-stack-boundary=% \
47
47
-mskip-rax-setup -mgeneral-regs-only -msign-return-address=% \
48
- -mabi=lp64 -mstack-protector-guard% -fconserve-stack -falign-jumps=% \
49
- -falign-loops=% -fno-ipa-cp-clone -fno-partial-inlining \
50
- -fno-reorder-blocks -fno-allow-store-data-races -fasan-shadow-offset=% \
48
+ -mabi=lp64 -mstack-protector-guard% -mbranch-protection% \
49
+ -fconserve-stack -falign-jumps=% -falign-loops=% -fno-ipa-cp-clone \
50
+ -fno-partial-inlining -fno-reorder-blocks -fno-allow-store-data-races \
51
+ -fasan-shadow-offset=% \
51
52
-Wno-packed-not-aligned -Wno-format-truncation -Wno-format-overflow \
52
53
-Wno-stringop-truncation -Wno-unused-but-set-variable \
53
54
-Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized \
You can’t perform that action at this time.
0 commit comments