• MajorasMaskForever@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    5 hours ago

    Yeah, but it does take a lot of work to coerce them to do it.

    GCC is honestly obnoxious, and you have to do a bunch of unintuitive things to get it. The compile stage needs the built-in RNG seeded, parent file paths stripped, you need to ensure that the date/time macros are not used anywhere, and you need to ensure that all command line flags are passed in the exact same order every time.

    I just went through this with GCC16 on a new project.