summaryrefslogtreecommitdiff
path: root/dev-lang/crystal/files/crystal-0.20.5-verbose.patch
blob: 6a0a301b5c02ef6d88af17d5f933d299f6c65f83 (plain)
1
2
3
4
5
6
7
8
9
diff --git a/Makefile b/Makefile
index 1f53d40..fa71479 100644
--- a/Makefile
+++ b/Makefile
@@ -24,3 +24,3 @@ SOURCES := $(shell find src -name '*.cr')
 SPEC_SOURCES := $(shell find spec -name '*.cr')
-FLAGS := $(if $(release),--release )$(if $(stats),--stats )$(if $(threads),--threads $(threads) )$(if $(debug),-d )
+FLAGS := $(if $(release),--release )$(if $(stats),--stats )$(if $(threads),--threads $(threads) )$(if $(debug),-d )$(if $(verbose),--verbose )
 VERBOSE := $(if $(verbose),-v )