[DiscordArchive] Which optimizations are safe to use for compiling? I tried using these flags "-O3 -march=native -flt
[DiscordArchive] Which optimizations are safe to use for compiling? I tried using these flags "-O3 -march=native -flt
Archived author: knuxyl • Posted: 2023-03-15T13:36:36.999000+00:00
Original source
Which optimizations are safe to use for compiling? I tried using these flags "-O3 -march=native -flto" but I get segfaults after a minute. I know -march=native is ok, and I'm betting lto is the problem. What optimizations are known to be stable?