Makefile.inc: Remove redundant warning flag
commit30201d4ab3ea615a6492a3292007527a77318dca
authorElyes HAOUAS <ehaouas@noos.fr>
Wed, 5 Aug 2020 13:24:47 +0000 (5 15:24 +0200)
committerPatrick Georgi <pgeorgi@google.com>
Mon, 17 Aug 2020 07:08:31 +0000 (17 07:08 +0000)
tree89ec6cca8c80bd473faf25fd866157d5a6bd130a
parentd592909014f8d1d9a155d6ad95edb037d37885c6
Makefile.inc: Remove redundant warning flag

'-Wstrict-aliasing' is turned on by '-Wall'.
'-Wstrict-aliasing' is only active when -fstrict-aliasing is active, so add it.

'BUILD_TIMELESS=1' on gigabyte/ga-945gcm-s2l  gives the same binary.

Change-Id: I51eb8241389f13d2659aef0a3b4b376ce9c651cf
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44216
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Makefile.inc