build(Makefile): remove DEVELOPMENT flag on uniworxdb exec
This commit is contained in:
parent
2691925557
commit
edf850cb50
2
Makefile
2
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user