Remove warnings, more Debian stuff, remove obsolete ui/ stuff.

This commit is contained in:
Adam Ierymenko 2016-06-08 11:21:01 -07:00
commit 0ca764968a
16 changed files with 25 additions and 588 deletions

7
debian/rules vendored
View file

@ -1,3 +1,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