From f0aa127eed5840841d6d756080b58fcefbc259e8 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Fri, 5 Jul 2024 17:32:41 -0300 Subject: [PATCH] Use debug build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 876830c..bd9217c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ build: shard.yml $(wildcard src/**/*) $(runtimes/**/*) - shards build + shards build -d --error-trace cat .rucksack >> bin/faaso cat .rucksack >> bin/faaso-daemon proxy: build