Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour authored May 21, 2020
1 parent 6969a46 commit e600ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/rodimpl.nim
Original file line number Diff line number Diff line change
Expand Up @@ -916,8 +916,8 @@ proc loadNode*(g: ModuleGraph; module: PSym): PNode =
replay(g, module, result)

proc setupModuleCache*(g: ModuleGraph) =
## historical note: there used to be a `rodfiles` dir with special tests
## for incremental compilation via symbol files. This was likely replaced by ic.
# historical note: there used to be a `rodfiles` dir with special tests
# for incremental compilation via symbol files. This was likely replaced by ic.
if g.config.symbolFiles == disabledSf: return
g.recordStmt = recordStmt
let dbfile = getNimcacheDir(g.config) / RelativeFile"rodfiles.db"
Expand Down

0 comments on commit e600ddc

Please sign in to comment.