| Index: Makefile.unix
|
| diff --git a/Makefile.unix b/Makefile.unix
|
| index c0bab7c636cab8b5d4c3e911b27ba620d1de4a4c..36fd337216aefba3610922459869d3546c071036 100644
|
| --- a/Makefile.unix
|
| +++ b/Makefile.unix
|
| @@ -12,11 +12,7 @@ CFLAGS := -DUSE_ALLOCA $(CFLAGS)
|
|
|
| # These options affect performance
|
| # HAVE_LRINTF: Use C99 intrinsics to speed up float-to-int conversion
|
| -# inline: Don't use the 'inline' keyword (for ANSI C compilers)
|
| -# restrict: Don't use the 'restrict' keyword (for pre-C99 compilers)
|
| #CFLAGS := -DHAVE_LRINTF $(CFLAGS)
|
| -#CFLAGS := -Dinline= $(CFLAGS)
|
| -CFLAGS := -Drestrict= $(CFLAGS)
|
|
|
| ###################### END OF OPTIONS ######################
|
|
|
|
|