test cargo build opts
Some checks failed
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Failing after 13s
Some checks failed
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Failing after 13s
This commit is contained in:
parent
98063af728
commit
d86181c04d
2
.github/release-canary-v3
vendored
2
.github/release-canary-v3
vendored
@ -1 +1 @@
|
||||
6
|
||||
7
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -9,8 +9,7 @@ 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 linker-plugin-lto -C opt-level=3
|
||||
export RUSTFLAGS = -C linker-plugin-lto
|
||||
export RUSTFLAGS = -C target-cpu=x86-64-v3 -C lto=fat -C codegen-units=1 -C opt-level=3
|
||||
endif
|
||||
|
||||
BUILDFLAGS := --release
|
||||
|
Loading…
Reference in New Issue
Block a user