ARM: remove contradictory flag -fno-strict-aliasing as we have -fstrict-aliasing in Makefile.common

This commit is contained in:
Philippe Teuwen
2020-06-02 14:12:28 +02:00
parent 653f5b4e5d
commit 6980429bd4
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ VERSIONSRC = version.c
# THUMBSRC :=
# stdint.h provided locally until GCC 4.5 becomes C99 compliant
APP_CFLAGS = -I. -fno-strict-aliasing -ffunction-sections -fdata-sections
APP_CFLAGS = -I. -ffunction-sections -fdata-sections
# stack-protect , no-pie reduces size on Gentoo Hardened 8.2 gcc
APP_CFLAGS += -fno-stack-protector -fno-pie