#!/usr/bin/make -f
export REPORT_EXIT_STATUS:=0
include /usr/share/dh-php/pkg-pecl.mk
export DEB_CFLAGS_MAINT_APPEND = -Wno-pedantic -fpermissive
export BREAKS_NAME := phalcon

include /usr/share/dpkg/architecture.mk
ifeq ($(DEB_HOST_ARCH_BITS),32)
export DEB_CFLAGS_MAINT_STRIP = -O2
export DEB_CFLAGS_MAINT_APPEND += -O1 -g1
endif
