Fix gcc 4.8 warning (strict aliasing violation).
This commit is contained in:
parent
1e98169086
commit
53d6bf40c1
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ CFLAGS= $(INCLUDES) $(CFLAG)
|
|||
ASFLAGS= $(INCLUDES) $(ASFLAG)
|
||||
AFLAGS= $(ASFLAGS)
|
||||
|
||||
CFLAGS += -fno-strict-aliasing
|
||||
|
||||
GENERAL=Makefile
|
||||
TEST=
|
||||
APPS=
|
||||
|
|
Loading…
Reference in a new issue