We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40fb0c7 + 34658e6 commit 0b9bcdfCopy full SHA for 0b9bcdf
Makefile
@@ -515,7 +515,8 @@ KBUILD_RUSTC_TARGET := $(srctree)/arch/$(SRCARCH)/rust/target.json
515
KBUILD_RUSTCFLAGS := --emit=dep-info,obj,metadata --edition=2018 \
516
-Cpanic=abort -Cembed-bitcode=n -Clto=n -Crpath=n \
517
-Cforce-unwind-tables=n -Ccodegen-units=1 \
518
- -Zbinary_dep_depinfo=y -Zsymbol-mangling-version=v0
+ -Zbinary_dep_depinfo=y -Zsymbol-mangling-version=v0 \
519
+ -W unsafe_op_in_unsafe_fn
520
KBUILD_AFLAGS_KERNEL :=
521
KBUILD_CFLAGS_KERNEL :=
522
KBUILD_RUSTCFLAGS_KERNEL :=
0 commit comments