summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 6ccd039daad40aa68ee1362925f2bab12987636f (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

CFLAGS=-O3 -fstack-protector-strong
CXXFLAGS=-O3 -fstack-protector-strong

%:
	dh $@

override_dh_auto_build:
	make ZT_USE_MINIUPNPC=1 -j 2