From 4d489f7737842049fe52c1d5942a09e555d4e49f Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 25 Sep 2013 17:20:58 -0700 Subject: [PATCH] Remove unneeded cfg debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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