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 27e68f6 commit c7e4e20Copy full SHA for c7e4e20
config/config.nims
@@ -14,3 +14,7 @@ when defined(nimStrictMode):
14
# switch("hint", "ConvFromXtoItselfNotNeeded")
15
switch("hintAsError", "ConvFromXtoItselfNotNeeded")
16
# future work: XDeclaredButNotUsed
17
+
18
+# PRTEMP, should be only in $nim_prs_D/tests/config.nims but we also want a quick and dirty way to test on NIM_TEST_PACKAGES
19
+switch("define", "nimLazySemcheckAfterSystem")
20
+switch("define", "nimLazySemcheckComplete")
0 commit comments