Remove restrict definition from the unix Makefile.
This define was replaces by OPUS_RESTRICT in opus_defines.h
in de0b5324b6
and subsequent commits. It is no longer necessary
to include it.
This commit is contained in:
parent
2e653a7b47
commit
e8f18c403c
1 changed files with 0 additions and 2 deletions
|
@ -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 ######################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue