Comment by ๐Ÿš€ stack

Re: "TFW you fight with the distribution scripts and AppImageโ€ฆ"

In: u/skyjake

gcc 7.5... Yikes! It's over 11 these days...

๐Ÿš€ stack

2024-07-07 ยท 2 years ago

Original Post

๐ŸŒ† skyjake [...]

TFW you fight with the distribution scripts and AppImage configuration for hours and finally discover that the reason why the built binaries are misbehaving is because the compiler produced invalid code with the default -O3 and everything works perfectly if manually forcing -O2. I suppose this is because I'm using such an old compiler to do the prebuilt Linux binaries (GCC 7.5 in Ubuntu 18.04)... On the upside, I now have a working standalone `clagrange` AppImage _and_ a binary tarball as...

๐Ÿ’ฌ 2 comments ยท 1 like ยท 2024-07-07 ยท 2 years ago