summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules
index f5ca0cd..391d831 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,12 +16,6 @@ export DH_OPTIONS
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
#
-# Test for gcc-5 support
-#
-#export CC=gcc-5
-#export CXX=g++-5
-
-#
# Get the number of cpus
#
NO_CPUS=$(shell cat /proc/cpuinfo | grep processor | wc -l)