port to pika os 4
All checks were successful
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 2m26s
All checks were successful
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 2m26s
This commit is contained in:
parent
8f4c49d556
commit
0a68f0b4d5
2
.github/release-canary-v3
vendored
2
.github/release-canary-v3
vendored
@ -1 +1 @@
|
|||||||
3
|
4
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -7,8 +7,7 @@ override_dh_prep:
|
|||||||
ifeq (amd64-v3,$(PIKA_BUILD_ARCH))
|
ifeq (amd64-v3,$(PIKA_BUILD_ARCH))
|
||||||
# Does not support LTO due to dylib-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 lto=fat -C embed-bitcode -C codegen-units=1 -C opt-level=3 -Zdylib-lto
|
||||||
export RUSTFLAGS = -C target-cpu=x86-64-v3 -C lto=fat -C embed-bitcode -C codegen-units=1 -C opt-level=3
|
export RUSTFLAGS = -C target-cpu=x86-64-v3 -C opt-level=3
|
||||||
#export RUSTFLAGS = -C target-cpu=x86-64-v3 -C opt-level=3
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
%:
|
%:
|
||||||
|
Loading…
Reference in New Issue
Block a user