summaryrefslogtreecommitdiff
path: root/debian/rules.wheezy.static
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules.wheezy.static')
-rw-r--r--debian/rules.wheezy.static11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/rules.wheezy.static b/debian/rules.wheezy.static
new file mode 100644
index 00000000..0165be37
--- /dev/null
+++ b/debian/rules.wheezy.static
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+CFLAGS=-O3 -fstack-protector
+CXXFLAGS=-O3 -fstack-protector
+
+%:
+ dh $@
+
+override_dh_auto_build:
+# make -j 2
+