From 0c298755275bef1b9f37c42f88435d80cd10b912 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 18 Sep 2022 14:08:38 -0500 Subject: [PATCH] debian/rules: don't set debian CFLAGS to -O0 on arm64 anymore It looks like this may be fixed now. Let's see. --- debian/rules | 5 ----- 1 file changed, 5 deletions(-) diff --git a/debian/rules b/debian/rules index b62dc8426ab..604a740faf2 100755 --- a/debian/rules +++ b/debian/rules @@ -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) -- 2.30.2