summaryrefslogtreecommitdiff
path: root/dev-lang/crystal/files/crystal-0.24.0-verbose-LDFLAGS.patch
blob: 3d02a119f858915a89fe5b0487374389883b9f4b (plain)
1
2
3
4
5
6
7
8
9
diff --git a/Makefile b/Makefile
index eff69e5..5c0c024 100644
--- a/Makefile
+++ b/Makefile
@@ -28,3 +28,3 @@ SOURCES := $(shell find src -name '*.cr')
 SPEC_SOURCES := $(shell find spec -name '*.cr')
-FLAGS := $(if $(release),--release )$(if $(stats),--stats )$(if $(progress),--progress )$(if $(threads),--threads $(threads) )$(if $(debug),-d )$(if $(static),--static )
+FLAGS := $(if $(release),--release )$(if $(stats),--stats )$(if $(progress),--progress )$(if $(threads),--threads $(threads) )$(if $(debug),-d )$(if $(static),--static )$(if $(verbose),--verbose )$(if $(LDFLAGS),--link-flags="$(LDFLAGS)" )
 SPEC_FLAGS := $(if $(verbose),-v )$(if $(junit_output),--junit_output $(junit_output) )