File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -200,11 +200,13 @@ bindgen_skip_c_flags := -mno-fp-ret-in-387 -mpreferred-stack-boundary=% \
200
200
-mindirect-branch=thunk-extern -mindirect-branch-register -mrecord-mcount \
201
201
-mabi=lp64 -mstack-protector-guard% -mtraceback=no \
202
202
-mno-pointers-to-nested-functions -mno-string -mno-strict-align \
203
+ -mstrict-align \
203
204
-fconserve-stack -falign-jumps=% -falign-loops=% \
204
205
-femit-struct-debug-baseonly -fno-ipa-cp-clone -fno-ipa-sra \
205
206
-fno-partial-inlining -fplugin-arg-arm_ssp_per_task_plugin-% \
206
207
-fno-reorder-blocks -fno-allow-store-data-races -fasan-shadow-offset=% \
207
- -fzero-call-used-regs=% \
208
+ -fzero-call-used-regs=% -fno-stack-clash-protection \
209
+ -fno-inline-functions-called-once \
208
210
--param=% --param asan-%
209
211
210
212
# Derived from `scripts/Makefile.clang`
You can’t perform that action at this time.
0 commit comments