tup: prettier clang error colors;

This commit is contained in:
bjorn 2021-10-31 12:06:03 -07:00
parent af6ae0cfbb
commit 743be341f4
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ cflags = {
'-Wextra',
config.strict and '-Werror' or '',
'-Wno-unused-parameter',
'-fdiagnostics-color=always',
'-fvisibility=hidden',
config.optimize and '-fdata-sections -ffunction-sections' or '',
'-Isrc',