diff --git a/SConstruct b/SConstruct index 34908985e5..18178dafe3 100644 --- a/SConstruct +++ b/SConstruct @@ -14,6 +14,10 @@ env = Environment( tools = ['default', 'protoc'] ) +# Use clang +#env.Replace(CC = 'clang') +#env.Replace(CXX = 'clang++') + # # Builder for CTags #