Loading core/clang/config.mk +2 −0 Original line number Diff line number Diff line Loading @@ -60,8 +60,10 @@ CLANG_CONFIG_EXTRA_CPPFLAGS += \ # Force clang to always output color diagnostics. Ninja will strip the ANSI # color codes if it is not running in a terminal. ifdef BUILDING_WITH_NINJA CLANG_CONFIG_EXTRA_CFLAGS += \ -fcolor-diagnostics endif CLANG_CONFIG_UNKNOWN_CFLAGS := \ -finline-functions \ Loading core/config.mk +2 −0 Original line number Diff line number Diff line Loading @@ -587,7 +587,9 @@ COMMON_RELEASE_CFLAGS:= -DNDEBUG -UDEBUG # Force gcc to always output color diagnostics. Ninja will strip the ANSI # color codes if it is not running in a terminal. ifdef BUILDING_WITH_NINJA COMMON_GLOBAL_CFLAGS += -fdiagnostics-color endif COMMON_GLOBAL_CPPFLAGS:= -Wsign-promo COMMON_RELEASE_CPPFLAGS:= Loading Loading
core/clang/config.mk +2 −0 Original line number Diff line number Diff line Loading @@ -60,8 +60,10 @@ CLANG_CONFIG_EXTRA_CPPFLAGS += \ # Force clang to always output color diagnostics. Ninja will strip the ANSI # color codes if it is not running in a terminal. ifdef BUILDING_WITH_NINJA CLANG_CONFIG_EXTRA_CFLAGS += \ -fcolor-diagnostics endif CLANG_CONFIG_UNKNOWN_CFLAGS := \ -finline-functions \ Loading
core/config.mk +2 −0 Original line number Diff line number Diff line Loading @@ -587,7 +587,9 @@ COMMON_RELEASE_CFLAGS:= -DNDEBUG -UDEBUG # Force gcc to always output color diagnostics. Ninja will strip the ANSI # color codes if it is not running in a terminal. ifdef BUILDING_WITH_NINJA COMMON_GLOBAL_CFLAGS += -fdiagnostics-color endif COMMON_GLOBAL_CPPFLAGS:= -Wsign-promo COMMON_RELEASE_CPPFLAGS:= Loading