summary refs log tree commit diff stats
path: root/compiler/cgen.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-01-07 13:59:29 +0100
committerAndreas Rumpf <rumpf_a@web.de>2018-01-07 13:59:29 +0100
commit3af73682e5382d89055f25ac567337e6958d7c70 (patch)
treedba71af6b0936c13f384e9cab689633a6659f824 /compiler/cgen.nim
parente316665b7b25b3e45a66766260bfa645c92beb97 (diff)
parente23ea64c41e101d4e1d933f0b015f51cc6c2f7de (diff)
downloadNim-3af73682e5382d89055f25ac567337e6958d7c70.tar.gz
Merge branch 'devel' into nimv2
Diffstat (limited to 'compiler/cgen.nim')
-rw-r--r--compiler/cgen.nim1
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
span class='oid'>0114cd1 ^
9aa7577 ^


9c8285b ^



da9d948 ^




e839c30 ^


53c3524 ^
2e3a85d ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51