@malwareminigun@infosec.exchange
Post #2027315
2026-04-20 18:52 UTC
@thephd is -g -O2 not the most reasonable shipping settings?
Replies (1)
-
@thephd@pony.social 2026-04-20 19:08
@malwareminigun It is the most reasonable. I was trying to build more-debuggable binaries, though, and optimizations were happening that were rearranging conditionals and making me go crazy. I was trying to inject the right build flags and it turns out the stuff on the official website was incorrect (the wiki has a better run of it, so I probably should've started there). A lot of wasted time.