💾 Archived View for bbs.geminispace.org › u › skyjake › 18392 captured on 2024-12-17 at 15:44:01. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-08-31)
-=-=-=-=-=-=-
Re: "TFW you fight with the distribution scripts and AppImage..."
This post (and this comment) have been written using the clagrange AppImage.
Jul 07 · 5 months ago
gcc 7.5... Yikes! It's over 11 these days...
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...