build(Makefile): remove DEVELOPMENT flag on uniworxdb exec

This commit is contained in:
Sarah Vaupel 2024-11-10 01:39:27 +01:00
parent 2691925557
commit edf850cb50

View File

@ -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