Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Sep 7, 2021
1 parent c7e4e20 commit bc553cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ when defined(nimStrictMode):
switch("hintAsError", "ConvFromXtoItselfNotNeeded")
# future work: XDeclaredButNotUsed

# 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
switch("define", "nimLazySemcheckAfterSystem")
switch("define", "nimLazySemcheckComplete")
# # 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
# switch("define", "nimLazySemcheckAfterSystem")
# switch("define", "nimLazySemcheckComplete")

0 comments on commit bc553cc

Please sign in to comment.