diff --git a/README.md b/README.md index 6a44d5c..7d4f1f4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Install needed libraries: nimble install jester norm checksums ``` -Build glimpse executable: +Build glimpse executable (if you want the SQL queries logged, compile with `normDebug`): ```sh nimble build diff --git a/nim.cfg b/nim.cfg index 4cc77dc..3c50290 100644 --- a/nim.cfg +++ b/nim.cfg @@ -1,4 +1,4 @@ --d: normDebug +#-d: normDebug -d: nimDebugDlOpen -d: useStdLib # project breaks without this in docker https://github.com/dom96/httpbeast/issues/90 -d: danger