File: rules

package info (click to toggle)
ecdsautils 0.3.2%2Bgit20151018-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 172 kB
  • ctags: 91
  • sloc: ansic: 904; makefile: 9
file content (18 lines) | stat: -rwxr-xr-x 268 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
CFLAGS+=$(CPPFLAGS)
CXXFLAGS+=$(CPPFLAGS)

CFLAGS+=-flto
CXXFLAGS+=-flto
LDFLAGS+=-flto


# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@