Skip to content
Snippets Groups Projects
Commit e8f18c40 authored by Ralph Giles's avatar Ralph Giles
Browse files

Remove restrict definition from the unix Makefile.

This define was replaces by OPUS_RESTRICT in opus_defines.h
in de0b5324 and subsequent commits. It is no longer necessary
to include it.
parent 2e653a7b
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,8 @@ 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 ######################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment