generated from general-packages/pika-pkg-template
Update debian/rules
This commit is contained in:
parent
a6ba5b7a62
commit
6ff6b95475
2
debian/rules
vendored
2
debian/rules
vendored
@ -10,7 +10,7 @@ export PATH := $(PATH):/root/.cargo/bin
|
||||
override_dh_prep:
|
||||
# amd64 build prep
|
||||
ifeq (amd64-v3,$(PIKA_BUILD_ARCH))
|
||||
export RUSTFLAGS = -C target-cpu=x86-64-v3 -C lto=thin -C embed-bitcode -C codegen-units=1 -C opt-level=3
|
||||
export RUSTFLAGS = -C target-cpu=x86-64-v3 -C opt-level=3
|
||||
endif
|
||||
|
||||
%:
|
||||
|
Loading…
Reference in New Issue
Block a user