ZeroTierOne/debian/rules.wheezy

12 lines
128 B
Plaintext
Raw Normal View History

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