We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec020b commit 6a5a7cfCopy full SHA for 6a5a7cf
json_serialization.nimble
@@ -26,6 +26,8 @@ let lang = getEnv("NIMLANG", "c") # Which backend (c/cpp/js)
26
let flags = getEnv("NIMFLAGS", "") # Extra flags for the compiler
27
let verbose = getEnv("V", "") notin ["", "0"]
28
29
+from os import quoteShell
30
+
31
let cfg =
32
" --styleCheck:usages --styleCheck:error" &
33
(if verbose: "" else: " --verbosity:0 --hints:off") &
0 commit comments