• Jan-Erik Rediger's avatar
    fix: Rename DEBUG to DEBUG_FLAGS · acf89500
    Jan-Erik Rediger authored
    This avoids issues with environments where DEBUG is set to an arbitrary
    value to force debug mode in other tools.
    
    BREAKING CHANGE: This breaks builds that explicitely set `DEBUG` to
                     some value (even the empty value).
                     To get back the old behaviour change the `DEBUG_FLAGS`
                     variable now.
    acf89500
Makefile 7.68 KB