Em Tue, May 26, 2015 at 11:36:26AM -0300, Arnaldo Carvalho de Melo escreveu:
Em Tue, May 26, 2015 at 11:13:32AM +0200, Martin LiÅka escreveu:
As Arnaldo pointed, I split the patch to following 2 smaller patches.
Thanks, but how did you generated the two attached patches?
[acme@ssdandy linux]$ git am /wb/0001-perf-Fix-compiler-warnings.patch
Patch format detection failed.
So I'll fix it up manually, next time please try:
git format-patch -n HEAD^^..
Or equivalent,
I am also splitting the second patch into two, as it does two unrelated
things:
1. Conditionally use -Og instead of -O0
2. Use -O3 instead of -O6, as -O6 is the same as -O3 currently
And I am not applying the second, as it doesn't fixes anything nor
improves the current situation, right?
- Arnaldo