2016-06-08 10:13:31 -07:00
|
|
|
#!/usr/bin/make -f
|
2016-06-08 11:21:01 -07:00
|
|
|
|
|
|
|
CFLAGS=-O3 -fstack-protector-strong
|
|
|
|
CXXFLAGS=-O3 -fstack-protector-strong
|
|
|
|
|
2016-06-08 10:13:31 -07:00
|
|
|
%:
|
|
|
|
dh $@
|
2016-06-08 11:21:01 -07:00
|
|
|
|
|
|
|
override_dh_auto_build:
|
|
|
|
make ZT_USE_MINIUPNPC=1 -j 2
|