make DLLs tests green again

This commit is contained in:
Andreas Rumpf
2019-03-15 17:51:45 +01:00
parent ed878014be
commit 328901757a

View File

@@ -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: "<string.h>".}