diff options
Diffstat (limited to 'debian/build/autoconf.mk.in')
-rw-r--r-- | debian/build/autoconf.mk.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/build/autoconf.mk.in b/debian/build/autoconf.mk.in index c531e82..804d2b6 100644 --- a/debian/build/autoconf.mk.in +++ b/debian/build/autoconf.mk.in @@ -90,9 +90,9 @@ ifeq (,${CFLAGS}) endif # No longer needed, left as an example: # Force no optimization for arm - buggy compiler... -ifeq ("arm", "${DEB_HOST_ARCH}") - override CFLAGS := -O0 -Wall - endif +#ifeq ("arm", "${DEB_HOST_ARCH}") +# override CFLAGS := -O0 -Wall +# endif ifneq (,$(findstring noopt,${DEB_BUILD_OPTIONS})) override CFLAGS += -O0 endif |