test cargo build opts
All checks were successful
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 26s

This commit is contained in:
Ward from fusion-voyager-3 2024-07-26 22:32:27 +03:00
parent 3554a12458
commit 3ea22913dd
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
9
10

4
debian/rules vendored
View File

@ -9,7 +9,9 @@ export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch)
override_dh_prep:
# amd64 build prep
ifeq (amd64-v3,$(PIKA_BUILD_ARCH))
export RUSTFLAGS = -C target-cpu=x86-64-v3 -C lto=fat -C embed-bitcode -C codegen-units=1 -C opt-level=3 -Zdylib-lto
# Does not support LTO due to dylib-lto
#export RUSTFLAGS = -C target-cpu=x86-64-v3 -C lto=fat -C embed-bitcode -C codegen-units=1 -C opt-level=3 -Zdylib-lto
export RUSTFLAGS = -C target-cpu=x86-64-v3 -C opt-level=3
endif
BUILDFLAGS := --release