diff options
Diffstat (limited to 'compiler/main.nim')
-rw-r--r-- | compiler/main.nim | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/main.nim b/compiler/main.nim index ce80af36d..35c5f9993 100644 --- a/compiler/main.nim +++ b/compiler/main.nim @@ -88,9 +88,7 @@ proc commandCompileToC(graph: ModuleGraph) = let proj = changeFileExt(conf.projectFull, "") if not changeDetectedViaJsonBuildInstructions(conf, proj): # nothing changed - # Little hack here in order to not lose our precious - # hintSuccessX message: - conf.notes.incl hintSuccessX + graph.config.notes = graph.config.mainPackageNotes return compileProject(graph) |