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 a4fdaa8 commit 2cc6526Copy full SHA for 2cc6526
config/config.nims
@@ -20,5 +20,10 @@ when defined(nimStrictMode):
20
switch("hintAsError", "ConvFromXtoItselfNotNeeded")
21
# future work: XDeclaredButNotUsed
22
23
+when defined(windows) and (NimMajor, NimMinor) > (1, 0):
24
+ # Avoid some rare stack corruption while using exceptions with a SEH-enabled
25
+ # toolchain: https://github.com/nim-lang/Nim/pull/19197
26
+ switch("define", "nimRawSetjmp")
27
+
28
switch("define", "nimVersion:" & NimVersion)
29
switch("define", "nimPreviewDotLikeOps")
0 commit comments