test cargo build opts
Some checks failed
PikaOS Package Build Only (Canary) (amd64-v3) / build (push) Failing after 11s

This commit is contained in:
Ward from fusion-voyager-3 2024-07-26 22:10:03 +03:00
parent 960482f1da
commit 84902aa600
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
4
5

6
debian/rules vendored
View File

@ -9,10 +9,10 @@ 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 -Clinker-plugin-lto -Copt-level=3"
BUILDFLAGS := "--release -C target-cpu=x86-64-v3 -Clinker-plugin-lto -Copt-level=3"
export RUSTFLAGS="-C target-cpu=x86-64-v3 -Clinker-plugin-lto -Copt-level=3"
BUILDFLAGS := "--release -C target-cpu=x86-64-v3 -Clinker-plugin-lto -Copt-level=3"
else
BUILDFLAGS := --release
BUILDFLAGS := --release
endif
BINARY := wayshot