1
0
mirror of https://github.com/zerotier/ZeroTierOne.git synced 2024-12-31 16:31:27 -08:00
ZeroTierOne/debian/rules.wheezy

12 lines
128 B
Plaintext
Raw Permalink Normal View History

2016-07-06 18:04:13 -07:00
#!/usr/bin/make -f
CFLAGS=-O3 -fstack-protector
CXXFLAGS=-O3 -fstack-protector
%:
dh $@
override_dh_auto_build:
make -j 2
2016-07-06 18:04:13 -07:00