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