From 7d9ca59f3a6127b54e76740a9e22af92f0cb5f81 Mon Sep 17 00:00:00 2001 From: huantian Date: Fri, 9 Aug 2024 14:40:47 -0700 Subject: [PATCH] wups forgot to undo this change --- nim.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nim.cfg b/nim.cfg index 61c6911..ad16aee 100644 --- a/nim.cfg +++ b/nim.cfg @@ -1,5 +1,5 @@ -# --mm:orc -# --styleCheck:hint -# --panics:on -# -d:ssl +--mm:orc +--styleCheck:hint +--panics:on +-d:ssl -d:chronicles_sinks="textblocks[stdout],textblocks[nocolors,file(levelsync.log)]"