diff -Nru lcdf-typetools-2.108/debian/changelog lcdf-typetools-2.108/debian/changelog --- lcdf-typetools-2.108/debian/changelog 2019-01-31 02:47:57.000000000 +0000 +++ lcdf-typetools-2.108/debian/changelog 2019-03-16 01:56:08.000000000 +0000 @@ -1,3 +1,9 @@ +lcdf-typetools (2.108-1+rpi1) buster-staging; urgency=medium + + * Build with -O1 to avoid ICE. + + -- Peter Michael Green Sat, 16 Mar 2019 01:56:08 +0000 + lcdf-typetools (2.108-1) unstable; urgency=medium [ upstream ] diff -Nru lcdf-typetools-2.108/debian/rules lcdf-typetools-2.108/debian/rules --- lcdf-typetools-2.108/debian/rules 2019-01-25 15:34:43.000000000 +0000 +++ lcdf-typetools-2.108/debian/rules 2019-03-16 01:56:08.000000000 +0000 @@ -1,5 +1,10 @@ #!/usr/bin/make -f +export DEB_CXXFLAGS_MAINT_APPEND=-O1 +export DEB_CXXFLAGS_MAINT_STRIP=-O2 +export DEB_CFLAGS_MAINT_APPEND=-O1 +export DEB_CFLAGS_MAINT_STRIP=-O2 + %: dh $@ --with autoreconf