summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Vos <koenvos@users.noreply.github.com>2016-02-21 23:50:16 +0800
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-03-25 18:18:30 -0400
commitcd2a1c936d8777efdefddccd41ab9c76f30fa2ab (patch)
tree6e266b5325165d9c82ff18e95916b2ca5b9b080e
parentde319e6a328899c96529ca6ec469d43cad63da1b (diff)
downloadopus-silk_tunings2.tar.gz
set back to floating point by defaultsilk_tunings2
-rw-r--r--Makefile.unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.unix b/Makefile.unix
index 5e3c393e..b13230e8 100644
--- a/Makefile.unix
+++ b/Makefile.unix
@@ -1,7 +1,7 @@
#################### COMPILE OPTIONS #######################
# Uncomment this for fixed-point build
-FIXED_POINT=1
+#FIXED_POINT=1
# It is strongly recommended to uncomment one of these
# VAR_ARRAYS: Use C99 variable-length arrays for stack allocation