#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
export DFLAGS = -DMAKE_TIME=\""be reproducible"\"

export CFLAGS += -flto
export CXXFLAGS += -flto
export LDFLAGS += -Wl,-flto

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ 
