mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
Remove warnings, more Debian stuff, remove obsolete ui/ stuff.
This commit is contained in:
parent
62b64d39ab
commit
0ca764968a
16 changed files with 25 additions and 588 deletions
7
debian/rules
vendored
7
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue