~brandontschaefer/mir/first-round-deprecation

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Brandon Schaefer
  • Date: 2016-12-13 17:59:30 UTC
  • mfrom: (3787.1.93 development-branch)
  • Revision ID: brandon.schaefer@canonical.com-20161213175930-j9o7qn0b11n3kzlm
* Merge trunk, fix conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        COMMON_CONFIGURE_OPTIONS += -DMIR_LINK_TIME_OPTIMIZATION=ON
29
29
endif
30
30
 
 
31
# Disable LTO on s390x, due to failing to build
 
32
ifeq ($(DEB_HOST_ARCH),s390x)
 
33
        COMMON_CONFIGURE_OPTIONS += -DMIR_LINK_TIME_OPTIMIZATION=OFF
 
34
endif
 
35
 
31
36
override_dh_auto_configure:
32
37
ifneq ($(filter armhf arm64,$(DEB_HOST_ARCH)),)
33
38
        dh_auto_configure -- \