Re: [macppc, i386] Unbreak games/godot

2020-08-17 Thread Charlene Wendling
On Mon, 17 Aug 2020 20:18:55 +0200 Omar Polo wrote: > > Thomas Frohwein writes: > > > On Thu, Aug 13, 2020 at 10:09:41PM +0200, Charlene Wendling wrote: > >> Hi, > >> > >> Godot does not build in the current macppc bulk with, as seen on > >> i386: > >> > >> > ./core/safe_refcount.h:139:7:

Re: [macppc, i386] Unbreak games/godot

2020-08-17 Thread Omar Polo
Thomas Frohwein writes: > On Thu, Aug 13, 2020 at 10:09:41PM +0200, Charlene Wendling wrote: >> Hi, >> >> Godot does not build in the current macppc bulk with, as seen on i386: >> >> > ./core/safe_refcount.h:139:7: error: large atomic operation may incur >> > significant performance penalty

Re: [macppc, i386] Unbreak games/godot

2020-08-15 Thread Thomas Frohwein
On Thu, Aug 13, 2020 at 10:09:41PM +0200, Charlene Wendling wrote: > Hi, > > Godot does not build in the current macppc bulk with, as seen on i386: > > > ./core/safe_refcount.h:139:7: error: large atomic operation may incur > > significant performance penalty [-Werror,-Watomic-alignment] > >

[macppc, i386] Unbreak games/godot

2020-08-13 Thread Charlene Wendling
Hi, Godot does not build in the current macppc bulk with, as seen on i386: > ./core/safe_refcount.h:139:7: error: large atomic operation may incur > significant performance penalty [-Werror,-Watomic-alignment] This warning is far from being a rare sight on macppc, with no noticeable impact.