diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-01-07 13:59:29 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-01-07 13:59:29 +0100 |
commit | 3af73682e5382d89055f25ac567337e6958d7c70 (patch) | |
tree | dba71af6b0936c13f384e9cab689633a6659f824 /compiler/cgen.nim | |
parent | e316665b7b25b3e45a66766260bfa645c92beb97 (diff) | |
parent | e23ea64c41e101d4e1d933f0b015f51cc6c2f7de (diff) | |
download | Nim-3af73682e5382d89055f25ac567337e6958d7c70.tar.gz |
Merge branch 'devel' into nimv2
Diffstat (limited to 'compiler/cgen.nim')
-rw-r--r-- | compiler/cgen.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/cgen.nim b/compiler/cgen.nim index 5ea7f84e6..630426cfd 100644 --- a/compiler/cgen.nim +++ b/compiler/cgen.nim @@ -1336,7 +1336,6 @@ proc getCFile(m: BModule): string = proc myOpenCached(graph: ModuleGraph; module: PSym, rd: PRodReader): PPassContext = injectG(graph.config) - assert optSymbolFiles in gGlobalOptions var m = newModule(g, module) readMergeInfo(getCFile(m), m) result = m |