1 | 1 | Restored my symlink so that I'm using rustc-1.68 again. One thing I've tried now is CC=gcc CXX=g++. It does build fine (just like clang/clang++, which is the default)... but it immediately crashes upon startup still. A debug build crashes after about 20 minutes like normal, with the faulty crate being gkrust once again (confirmed by running 'ps' while waiting on C++ code to compile. gkrust takes a really long time to build/link and I hadn't seen any rust related messages in a while, and I've seen some gkrust stuff earlier as well). |