mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
Version bumps, and fix Debian so default is to build normally and .static files are used in our builds.
This commit is contained in:
parent
4f3f471b4c
commit
ec8e1178e5
10 changed files with 77 additions and 5 deletions
11
debian/rules.wheezy.static
vendored
Normal file
11
debian/rules.wheezy.static
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
CFLAGS=-O3 -fstack-protector
|
||||
CXXFLAGS=-O3 -fstack-protector
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_build:
|
||||
# make -j 2
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue