Wheezy stuff
This commit is contained in:
parent
a8a497c621
commit
ddbbb8afec
3 changed files with 13 additions and 0 deletions
11
debian/rules.wheezy
vendored
Executable file
11
debian/rules.wheezy
vendored
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
CFLAGS=-O3 -fstack-protector
|
||||
CXXFLAGS=-O3 -fstack-protector
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_build:
|
||||
make ZT_USE_MINIUPNPC=1 -j 2
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue