From 37c76877843ead09fbc1485c5b5bd92dd7a5814f Mon Sep 17 00:00:00 2001 From: baalajimaestro Date: Mon, 25 Apr 2022 10:32:14 +0530 Subject: [PATCH] Dont run runtime safety checks Signed-off-by: baalajimaestro --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 644384e..2e45a0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN nimble build --passL:-L/usr/lib \ --passL:-static \ --passL:"-flto=full" \ --passL:"-fuse-ld=lld" \ - -d:release \ + -d:danger \ --opt:speed \ --accept