-
harper
https://codeberg.org/GramEditor/gram/commit/32bb370e30f3e4505d772562e345b5aef24c953a This should get a changelog entry
-
harper
Huh, that's a very weird link preview I'm getting from the Conversations app
-
thedoctor
I got a "new" computer today (didn't want to keep using my work machine for private stuff) which has "only" 16GB of memory. For the life of me I cannot get it to compile a release build of Gram before being OOM killed, even when nothing else (except the desktop environment itself) is running. Any ideas?
-
thedoctor
I've tried wild and mold as linkers but that didn't help
-
krig
Probably have too many cores! Rust will try to eat up as manu resources as it can
-
krig
you’ll have to set set cargo -j8 if you have more cores than that