Skip to content
  • Daniel Welty's avatar
    Use correct variable in gccdeps config · 4b905773
    Daniel Welty authored
    The global value gccdeps was appended to CFLAGS and CXXFLAGS instead of
    the actual flags tested against the compiler.  This ignored
    modifications to the GCCDEPS_FLAGS environment variable and complicated
    adding support for additional compilers at the project level.
    4b905773