summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-08 11:21:01 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-08 11:21:01 -0700
commit0ca764968ae0c09510d055390a3cec252caecfae (patch)
treea7e7b9396f991657d1d5dff8d38498df879f527e /debian/rules
parent62b64d39ab30b91d99b4b9aef8ef2990f86fdff6 (diff)
downloadinfinitytier-0ca764968ae0c09510d055390a3cec252caecfae.tar.gz
infinitytier-0ca764968ae0c09510d055390a3cec252caecfae.zip
Remove warnings, more Debian stuff, remove obsolete ui/ stuff.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index cbe925d7..6ccd039d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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