From 328901757a2bb5d482afafdd0e45bd54355c90b5 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Fri, 15 Mar 2019 17:51:45 +0100 Subject: [PATCH] make DLLs tests green again --- lib/system/ansi_c.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/system/ansi_c.nim b/lib/system/ansi_c.nim index 47d30886ce..05580ea954 100644 --- a/lib/system/ansi_c.nim +++ b/lib/system/ansi_c.nim @@ -11,7 +11,7 @@ # and definitions of Ansi C types in Nim syntax # All symbols are prefixed with 'c_' to avoid ambiguities -{.push hints:off} +{.push hints:off, stack_trace: off, profiler: off.} proc c_memchr(s: pointer, c: cint, n: csize): pointer {. importc: "memchr", header: "".}