Unverified Commit 639617ea authored by Richard Xia's avatar Richard Xia Committed by GitHub
Browse files

Remove unused BuildInfo.BuildTime. (#766)

BuildInfo.BuildTime appears to cause sbt to always recompile BuildInfo to get
the latest time, which causes a recompile on any package that depends on
chisel3. This is quite painful for doing development on any Chisel projects.
BuildTime doesn't actually appear to be in use, and removing it fixes the
unnecessary recompilation issue.
parent 224740ac
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment