summaryrefslogtreecommitdiffstats
path: root/build/features.py
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2015-02-09 21:41:26 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2015-02-09 21:41:26 +0100
commit6e6f7d5215395ae5e3e86f8ed9433b1272f56030 (patch)
treec26c02b7990fda1e7a6c5806ca5c1c6a7491aafb /build/features.py
parent9eae2a670ffed0711fba2fda6c9eeba6ec809a1c (diff)
removed outdated comment
Diffstat (limited to 'build/features.py')
-rw-r--r--build/features.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/features.py b/build/features.py
index 8eabe723f6..8e90e3cdb6 100644
--- a/build/features.py
+++ b/build/features.py
@@ -1068,7 +1068,6 @@ class Optimize(Feature):
build.env.Append(
CCFLAGS='-mtune=generic')
# -mtune=generic pick the most common, but compatible options.
- # Used by the debian rules script.
else:
raise Exception("optimize={} is not supported. "
"Use portable, native, legacy or disabled".format(optimize_level))