disable implicit sinkinference for stdlibs (#24803)

ref https://github.com/nim-lang/Nim/issues/24794
This commit is contained in:
ringabout
2025-03-24 21:07:45 +08:00
committed by GitHub
parent fcba14707a
commit 0b9ed84d32

View File

@@ -46,5 +46,3 @@ else:
{.pragma: compilerRtl, compilerproc.}
{.pragma: benign, gcsafe.}
{.push sinkInference: on.}