Verified Commit 38cd3fd8 authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

on mipsel, skip debug info to fit into 4 GB of memory

parent b279029a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
qtltools (1.2+dfsg-2) unstable; urgency=medium

  * Team upload.
  * debian/rules: on mipsel, skip debug info to fit into 4 GB of memory

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Wed, 25 Dec 2019 22:27:16 +0100

qtltools (1.2+dfsg-1) unstable; urgency=medium

  * New upstream release.
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,9 @@

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CPPFLAGS_MAINT_APPEND = -I/usr/include/eigen3
ifneq (,$(filter $(DEB_HOST_ARCH),i386 kfreebsd-i386 hurd-i386 armel armhf mipsel))
	export DEB_CXXFLAGS_MAINT_APPEND = -g0
endif

%:
	dh $@