We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ec7dbf + bc4b597 commit 5f44006Copy full SHA for 5f44006
rust/Makefile
@@ -197,7 +197,9 @@ bindgen_skip_c_flags := -mno-fp-ret-in-387 -mpreferred-stack-boundary=% \
197
-mskip-rax-setup -mgeneral-regs-only -msign-return-address=% \
198
-mindirect-branch=thunk-extern -mindirect-branch-register -mrecord-mcount \
199
-mabi=lp64 -mstack-protector-guard% -fconserve-stack -falign-jumps=% \
200
- -falign-loops=% -fno-ipa-cp-clone -fno-partial-inlining \
+ -falign-loops=% -femit-struct-debug-baseonly \
201
+ -fno-ipa-cp-clone -fno-ipa-sra -fno-partial-inlining \
202
+ -fplugin-arg-arm_ssp_per_task_plugin-% \
203
-fno-reorder-blocks -fno-allow-store-data-races -fasan-shadow-offset=% \
204
-Wno-packed-not-aligned -Wno-format-truncation -Wno-format-overflow \
205
-Wno-stringop-truncation -Wno-unused-but-set-variable \
0 commit comments