summaryrefslogtreecommitdiff
path: root/sys-boot/refind/files/refind-0.12.0-gcc10.patch
blob: 1f2e2bc0a5de3b0c52f2ef2179f10c0f4bfc6e46 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Make.common
+++ b/Make.common
@@ -60,7 +60,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....