mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
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)
|
||||
AFLAGS= $(ASFLAGS)
|
||||
|
||||
CFLAGS += -fno-strict-aliasing
|
||||
|
||||
GENERAL=Makefile
|
||||
TEST=
|
||||
APPS=
|
||||
|
Loading…
Reference in New Issue
Block a user