diff options
author | Koen Vos <koenvos@users.noreply.github.com> | 2016-02-21 23:50:16 +0800 |
---|---|---|
committer | Koen Vos <koenvos@users.noreply.github.com> | 2016-02-21 23:50:16 +0800 |
commit | 403b1f736646fd946c3e0577c763856cc5aaee31 (patch) | |
tree | 815a349cdfa4adfe5c8762b45f21fc1d1448716c | |
parent | 7ef062a6f9cd7df3828b09237b904bbe7011cb92 (diff) | |
download | opus-403b1f736646fd946c3e0577c763856cc5aaee31.tar.gz |
set back to floating point by default
-rw-r--r-- | Makefile.unix | 2 |
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 |