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 2e67608Copy full SHA for 2e67608
config/config.nims
@@ -20,5 +20,10 @@ when defined(nimStrictMode):
20
switch("hintAsError", "ConvFromXtoItselfNotNeeded")
21
# future work: XDeclaredButNotUsed
22
23
+if defined(windows):
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