From cd2a1c936d8777efdefddccd41ab9c76f30fa2ab Mon Sep 17 00:00:00 2001 From: Koen Vos Date: Sun, 21 Feb 2016 23:50:16 +0800 Subject: set back to floating point by default --- Makefile.unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3