diff --git a/Makefile b/Makefile index cef68cee..4c0df71c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ RUSTC ?= rustc -RUSTFLAGS += -L. --cfg debug -Z debug-info +RUSTFLAGS += -L. -Z debug-info .PHONY: all all: postgres.dummy