aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-12-25 21:58:24 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-12-25 22:02:18 +0100
commiteaf1c41bde2b58446697360af454266c4dc594a4 (patch)
tree754b833fe9558cce8d4b6e911f105869d72e5da8 /INSTALL
parent2bba7d602744ccd6dab26940661f0fdfbf231af8 (diff)
downloaddabmod-eaf1c41bde2b58446697360af454266c4dc594a4.tar.gz
dabmod-eaf1c41bde2b58446697360af454266c4dc594a4.tar.bz2
dabmod-eaf1c41bde2b58446697360af454266c4dc594a4.zip
Add -ffast-math configure option
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 8e529a6..e0c7bd4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -25,6 +25,8 @@ The configure script can be launch with a variety of options:
--disable-zeromq Disable ZeroMQ input (to be used with ODR-DabMux),
output and remotecontrol.
--disable-output-uhd Disable the binding to the UHD driver for USRPs
+ --enable-fast-math Compile using the -ffast-math option that gives a substantial
+ speedup at the cost of correctness.
Debugging options: You should not enable debug if you need good performance.
By default, debug is disabled.