forked from len0rd/rockbox
Allow passing additional CFLAGS.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31524 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8c6c6a6b20
commit
c5530d9258
5 changed files with 5 additions and 5 deletions
|
|
@ -16,7 +16,7 @@ SPEEXSRC = ../../apps/codecs/libspeex
|
|||
INCLUDES = -I $(SPEEXSRC)
|
||||
SPEEXOPTS = -DHAVE_CONFIG_H -DROCKBOX_VOICE_ENCODER
|
||||
|
||||
CFLAGS = $(SPEEXOPTS) $(INCLUDES) -O3 -fomit-frame-pointer -Wno-unused-parameter
|
||||
CFLAGS += $(SPEEXOPTS) $(INCLUDES) -O3 -fomit-frame-pointer -Wno-unused-parameter
|
||||
|
||||
#build standalone win32 executables on cygwin
|
||||
ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue