From 848e434fc11fe0cc3cf77784750e90be24a10589 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Tue, 3 Mar 2020 18:56:19 +0100 Subject: [PATCH] Makefile: tests with --no-debug --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c59f0d..47f7e7b 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,11 @@ +LDFLAGS= +#LDFLAGS=--no-debug + all: build build: - crystal src/pushokku.cr -o pushokku + crystal build $(LDFLAGS) src/pushokku.cr -o pushokku test: