fix pika target detection
This commit is contained in:
parent
6dccc6b821
commit
3aa4a852b0
4
debian/rules
vendored
4
debian/rules
vendored
@ -1,11 +1,11 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
export PIKA_BUILD_ARCH = $(shell cat pika-build-arch)
|
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"
|
export RUSTFLAGS = -C target-cpu=x86-64-v3 -C opt-level=3 -C lto=fat -C embed-bitcode -C codegen-units=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
%:
|
%:
|
||||||
|
Loading…
Reference in New Issue
Block a user