Skip to content
  • Nick Mathewson's avatar
    Try @warning_flags to avoid bloating verbose make logs · 97c9ced7
    Nick Mathewson authored
    We now accumulate warning flags in a separate variable,
    "TOR_WARNING_FLAGS", and write it to a "warning_flags" file.  Then
    we test whether the compiler will accept "@warning_flags": if so, we
    put "@warning_flags" in the CFLAGS; if not, we copy the contents of
    "$TOR_WARNING_FLAGS" into the CFLAGS.
    
    Closes ticket 28924.
    97c9ced7