diff --git a/Makefile b/Makefile index 18d8d9e..3565292 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ export BUILD_VERSION ?= 1.15.0 export DEBIAN_FRONTEND ?= noninteractive export LANG ?= C.UTF-8 export TZ ?= UTC -export RUSTFLAGS ?= "-C link-arg=-s" +export RUSTFLAGS ?= -C link-arg=-s DB ?= postgresql SRC := src