diff --git a/Makefile b/Makefile index 816ee3c..e14e67e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ DOC_DIR := doc/ DOC_TYPE ?= doc all: - nim compile --verbosity:0 --hints:off --showAllMismatches:on --out:$(BUILD_DIR) $(SRC_DIR)main.nim + nim compile --verbosity:0 --hints:on --showAllMismatches:on --out:$(BUILD_DIR) $(SRC_DIR)main.nim doc: nim $(DOC_TYPE) --outdir:$(DOC_DIR) $(SRC_DIR)main.nim