Skip to content
  • Arun Raghavan's avatar
    build-sys: Move to compiling with C11 support · aa02e165
    Arun Raghavan authored
    This is needed for building with anonymous unions. A bunch of calls to
    fail() that used to mysteriously work need fixing -- fail() is a macro
    that takes a printf-style message as an argument. Not passing this
    somehow worked with the previous compiler flags, but breaks with
    -std=c11.
    aa02e165