test cargo build opts
Some checks failed
PikaOS Package Build Only (Canary) (amd64-v3) / build (push) Failing after 11s
Some checks failed
PikaOS Package Build Only (Canary) (amd64-v3) / build (push) Failing after 11s
This commit is contained in:
parent
84902aa600
commit
b627ca9dd4
2
.github/build-canary-v3
vendored
2
.github/build-canary-v3
vendored
@ -1 +1 @@
|
|||||||
5
|
6
|
||||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -9,12 +9,10 @@ export PIKA_BUILD_ARCH = $(shell cat pika-build-arch)
|
|||||||
override_dh_prep:
|
override_dh_prep:
|
||||||
# amd64 build prep
|
# amd64 build prep
|
||||||
ifeq (amd64-v3,$(PIKA_BUILD_ARCH))
|
ifeq (amd64-v3,$(PIKA_BUILD_ARCH))
|
||||||
export RUSTFLAGS="-C target-cpu=x86-64-v3 -Clinker-plugin-lto -Copt-level=3"
|
export RUSTFLAGS="-C target-cpu=x86-64-v34 -Clinker-plugin-lto -Copt-level=34"
|
||||||
BUILDFLAGS := "--release -C target-cpu=x86-64-v3 -Clinker-plugin-lto -Copt-level=3"
|
|
||||||
else
|
|
||||||
BUILDFLAGS := --release
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
BUILDFLAGS := --release
|
||||||
BINARY := wayshot
|
BINARY := wayshot
|
||||||
TARGET_DIR := $(DESTDIR)/usr/bin
|
TARGET_DIR := $(DESTDIR)/usr/bin
|
||||||
SOURCE_DIR := ./target/release
|
SOURCE_DIR := ./target/release
|
||||||
|
Loading…
Reference in New Issue
Block a user