--- a/Make.common 2020-05-12 09:58:14.103795833 +0100 +++ b/Make.common 2020-05-12 11:22:53.443565644 +0100 @@ -61,7 +61,7 @@ # # ...for both GNU-EFI and TianoCore.... -OPTIMFLAGS = -Os -fno-strict-aliasing +OPTIMFLAGS = -Os -fno-strict-aliasing -fno-tree-loop-distribute-patterns CFLAGS = $(OPTIMFLAGS) -fno-stack-protector -fshort-wchar -Wall # ...for GNU-EFI....