From 77eadc54f807c9235b82959ed716004783eb2dc7 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Tue, 22 Nov 2022 19:53:54 -0500 Subject: [PATCH] i dont remember --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef29309..816ee3c 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ DOC_DIR := doc/ DOC_TYPE ?= doc all: - nim compile --out:$(BUILD_DIR) $(SRC_DIR)main.nim + nim compile --verbosity:0 --hints:off --showAllMismatches:on --out:$(BUILD_DIR) $(SRC_DIR)main.nim doc: nim $(DOC_TYPE) --outdir:$(DOC_DIR) $(SRC_DIR)main.nim