aboutsummaryrefslogtreecommitdiff
path: root/Makefile.unix
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.unix')
-rw-r--r--Makefile.unix4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.unix b/Makefile.unix
index c0bab7c..36fd337 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 ######################