Loading core/clang/config.mk +1 −2 Original line number Diff line number Diff line Loading @@ -45,8 +45,7 @@ CLANG_CONFIG_EXTRA_CFLAGS += \ # Workaround for ccache with clang. # See http://petereisentraut.blogspot.com/2011/05/ccache-and-clang.html. CLANG_CONFIG_EXTRA_CFLAGS += \ -Wno-unused-command-line-argument \ -fcolor-diagnostics -Wno-unused-command-line-argument CLANG_CONFIG_UNKNOWN_CFLAGS := \ -finline-limit=64 \ Loading Loading
core/clang/config.mk +1 −2 Original line number Diff line number Diff line Loading @@ -45,8 +45,7 @@ CLANG_CONFIG_EXTRA_CFLAGS += \ # Workaround for ccache with clang. # See http://petereisentraut.blogspot.com/2011/05/ccache-and-clang.html. CLANG_CONFIG_EXTRA_CFLAGS += \ -Wno-unused-command-line-argument \ -fcolor-diagnostics -Wno-unused-command-line-argument CLANG_CONFIG_UNKNOWN_CFLAGS := \ -finline-limit=64 \ Loading