debian/rules: don't set debian CFLAGS to -O0 on arm64 anymore
authorRob Browning <rlb@defaultvalue.org>
Sun, 18 Sep 2022 19:08:38 +0000 (14:08 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 18 Sep 2022 19:08:51 +0000 (14:08 -0500)
It looks like this may be fixed now.  Let's see.

debian/rules

index b62dc8426ab9141bd82c84f0caba7a1bf08ddeba..604a740faf252c1aef1d4160ce37ef865b7d0ec1 100755 (executable)
@@ -87,11 +87,6 @@ endif
 
 deb_host_multiarch := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-# Without this, the build dies in marker.c when trying to create c-by.el
-ifeq ($(DEB_HOST_ARCH),arm64)
-  export DEB_CFLAGS_MAINT_APPEND := -O0
-endif
-
 CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
 CFLAGS += -Wall
 LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)