Parent Directory
|
Revision Log
- new version 0.12.0 - fix build with GCC 10
1 | --- a/Make.common 2020-05-12 09:58:14.103795833 +0100 |
2 | +++ b/Make.common 2020-05-12 11:22:53.443565644 +0100 |
3 | @@ -61,7 +61,7 @@ |
4 | # |
5 | |
6 | # ...for both GNU-EFI and TianoCore.... |
7 | -OPTIMFLAGS = -Os -fno-strict-aliasing |
8 | +OPTIMFLAGS = -Os -fno-strict-aliasing -fno-tree-loop-distribute-patterns |
9 | CFLAGS = $(OPTIMFLAGS) -fno-stack-protector -fshort-wchar -Wall |
10 | |
11 | # ...for GNU-EFI.... |
ViewVC Help | |
Powered by ViewVC 1.1.30 |