Add clang support to SConstruct.

This commit is contained in:
Arthur Britto
2012-07-14 12:52:19 -07:00
parent d3e1b98fe8
commit b03f73067f

View File

@@ -14,6 +14,10 @@ env = Environment(
tools = ['default', 'protoc']
)
# Use clang
#env.Replace(CC = 'clang')
#env.Replace(CXX = 'clang++')
#
# Builder for CTags
#