From edf850cb5034b8c88bf47010be2c4b006596f144 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sun, 10 Nov 2024 01:39:27 +0100 Subject: [PATCH] build(Makefile): remove DEVELOPMENT flag on uniworxdb exec --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aece0bf18..4773dfc59 100644 --- a/Makefile +++ b/Makefile @@ -279,7 +279,7 @@ well-known: static; --compile-uniworxdb: --compile-backend SERVER_SESSION_ACID_FALLBACK=${SERVER_SESSION_ACID_FALLBACK:-true} ; \ AVSPASS=${AVSPASS:-nopasswordset} ; \ - stack $(--DEVELOPMENT) exec uniworxdb -- $(UNIWORXDB_OPTS) + stack exec uniworxdb -- $(UNIWORXDB_OPTS) # HELP(start-minio): start minio service