1
0
forked from ALHP/ALHP.GO

switched to KCFLAGS/KCPPFLAGS to build kernels instead of patching

This commit is contained in:
2023-05-16 02:53:04 +02:00
parent e0a4e0031b
commit 57acc40a56
3 changed files with 2 additions and 118 deletions

View File

@@ -23,6 +23,8 @@ common:
rustflags: "-Copt-level=3 -Ctarget-cpu=$march$"
ltoflags:
- "-falign-functions=32" # https://github.com/InBetweenNames/gentooLTO/issues/164
kcflags: " -march=$march$ -O3"
kcppflags: " -march=$march$ -O3"
lto:
rustflags: