From 346b989b5d31eba14e1f4ff965256dba5ef3d2f1 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Mon, 24 Mar 2025 21:07:45 +0800 Subject: [PATCH] disable implicit `sinkinference` for stdlibs (#24803) ref https://github.com/nim-lang/Nim/issues/24794 (cherry picked from commit 0b9ed84d32c45f036c44d6235cb6c3bf3c20d202) --- lib/system/inclrtl.nim | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/system/inclrtl.nim b/lib/system/inclrtl.nim index 3bf0b98930..28f569a59d 100644 --- a/lib/system/inclrtl.nim +++ b/lib/system/inclrtl.nim @@ -46,5 +46,3 @@ else: {.pragma: compilerRtl, compilerproc.} {.pragma: benign, gcsafe.} - -{.push sinkInference: on.}