diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-12-25 21:58:24 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-12-25 22:02:18 +0100 |
commit | eaf1c41bde2b58446697360af454266c4dc594a4 (patch) | |
tree | 754b833fe9558cce8d4b6e911f105869d72e5da8 /INSTALL | |
parent | 2bba7d602744ccd6dab26940661f0fdfbf231af8 (diff) | |
download | dabmod-eaf1c41bde2b58446697360af454266c4dc594a4.tar.gz dabmod-eaf1c41bde2b58446697360af454266c4dc594a4.tar.bz2 dabmod-eaf1c41bde2b58446697360af454266c4dc594a4.zip |
Add -ffast-math configure option
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |