some code cleanup, fixed rustflags not being detected

This commit is contained in:
2023-01-20 13:18:34 +01:00
parent 4431e906c3
commit c2dec11aaf
4 changed files with 2 additions and 27 deletions

View File

@@ -20,8 +20,7 @@ common:
packager: "ALHP $march$ <alhp@harting.dev>"
makeflags: "-j$buildproc$"
# https://git.harting.dev/ALHP/ALHP.GO/issues/110
rustflags: |-
-Copt-level=3 -Ctarget-cpu=$march$
rustflags: "-Copt-level=3 -Ctarget-cpu=$march$"
ltoflags:
- "-falign-functions=32" # https://github.com/InBetweenNames/gentooLTO/issues/164