mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-29 01:50:43 +00:00
Add clang support to SConstruct.
This commit is contained in:
@@ -14,6 +14,10 @@ env = Environment(
|
||||
tools = ['default', 'protoc']
|
||||
)
|
||||
|
||||
# Use clang
|
||||
#env.Replace(CC = 'clang')
|
||||
#env.Replace(CXX = 'clang++')
|
||||
|
||||
#
|
||||
# Builder for CTags
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user