pdbox: disable strict aliasing optimizations since pdbox breaks the strict aliasing rules which causes warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27530 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f3a0ae59f5
commit
28ba570e68
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ OTHER_SRC += $(PDBOX_SRC)
|
|||
|
||||
$(PDBOXBUILDDIR)/pdbox.rock: $(PDBOX_OBJ) $(MPEG_OBJ) $(CODECDIR)/libtlsf.a
|
||||
|
||||
PDBOXFLAGS = $(PLUGINFLAGS)
|
||||
PDBOXFLAGS = $(PLUGINFLAGS) -fno-strict-aliasing
|
||||
PDBOXLDFLAGS = $(PLUGINLDFLAGS)
|
||||
ifdef APP_TYPE
|
||||
PDBOXLDFLAGS += -lm
|
||||
|
|
Loading…
Reference in a new issue