Fix gcc 4.8 warning (strict aliasing violation).
This commit is contained in:
parent
1e98169086
commit
53d6bf40c1
@ -16,6 +16,8 @@ CFLAGS= $(INCLUDES) $(CFLAG)
|
|||||||
ASFLAGS= $(INCLUDES) $(ASFLAG)
|
ASFLAGS= $(INCLUDES) $(ASFLAG)
|
||||||
AFLAGS= $(ASFLAGS)
|
AFLAGS= $(ASFLAGS)
|
||||||
|
|
||||||
|
CFLAGS += -fno-strict-aliasing
|
||||||
|
|
||||||
GENERAL=Makefile
|
GENERAL=Makefile
|
||||||
TEST=
|
TEST=
|
||||||
APPS=
|
APPS=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user