File: rules

package info (click to toggle)
gnomekiss 2.0-6.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, trixie
  • size: 1,768 kB
  • sloc: ansic: 4,480; sh: 1,006; makefile: 55; xml: 52
file content (15 lines) | stat: -rwxr-xr-x 297 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

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

ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        export DEB_CFLAGS_MAINT_APPEND = -O0
else
        export DEB_CFLAGS_MAINT_APPEND = -O2
endif

export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@