File: rules

package info (click to toggle)
libdevel-symdump-perl 2.08-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 172 kB
  • sloc: perl: 555; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 193 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS := -O2 -g -Wall
else
CFLAGS := -g -Wall
endif

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- OPTIMIZE="$(CFLAGS)"