summaryrefslogtreecommitdiffstats
path: root/build/features.py
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2020-05-21 00:03:26 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2020-05-21 00:03:26 +0200
commit566a07e6f544ffc2f4286a3342dc748e79ef648c (patch)
treef5763bf7ce815e82dc8ac1479d2eecdf4c527060 /build/features.py
parentdf1dc88e7c8299b6f56d15d0aeee60fca9edfdfd (diff)
Remove link, resulting in 404 NotFound
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 33b9e13d20..f05664258e 100644
--- a/build/features.py
+++ b/build/features.py
@@ -1058,7 +1058,6 @@ class Optimize(Feature):
self.status = self.build_status(
optimize_level, "tuned for this CPU (%s)" % build.machine)
build.env.Append(CCFLAGS='-march=native')
- # http://en.chys.info/2010/04/what-exactly-marchnative-means/
# Note: requires gcc >= 4.2.0
# macros like __SSE2_MATH__ __SSE_MATH__ __SSE2__ __SSE__
# are set automatically