swayosd/debian/rules

16 lines
405 B
Plaintext
Raw Normal View History

2023-06-11 16:01:36 +02:00
#! /usr/bin/make -f
2024-07-26 22:44:00 +02:00
export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch)
2023-06-11 16:01:36 +02:00
2024-07-26 22:44:00 +02:00
override_dh_prep:
# amd64 build prep
ifeq (amd64-v3,$(PIKA_BUILD_ARCH))
2024-07-26 23:02:42 +02:00
# 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 opt-level=3
2024-07-26 22:44:00 +02:00
endif
2023-06-11 16:01:36 +02:00
%:
2023-10-07 12:26:12 +02:00
dh $@ --buildsystem=meson