Skip to content
Snippets Groups Projects
Commit 156566fd authored by Guido Gunther's avatar Guido Gunther 💤
Browse files

Use release profile

This makes sure we use the right profile even when building
out of salsa git checkout.
parent c27c8511
No related branches found
No related tags found
1 merge request!14Update to git snapshot
......@@ -17,11 +17,14 @@ ifneq (,$(filter $(DEB_HOST_ARCH), powerpc s390x))
DISABLE_YTNEF += -Dtnef-support=false
endif
BUILD_OPTS = -Drevno=$(DEB_VENDOR)/$(DEB_VERSION)
BUILD_OPTS += -Dprofile=release
%:
dh $@ --buildsystem=meson
override_dh_auto_configure:
dh_auto_configure -- $(BUILD_UNWIND) $(DISABLE_YTNEF) -Drevno=$(DEB_VENDOR)/$(DEB_VERSION)
dh_auto_configure -- $(BUILD_UNWIND) $(DISABLE_YTNEF) $(BUILD_OPTS)
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment