From c07a2be6e76f777a266d988cdc8fd976b21ce8a3 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Mon, 17 Jun 2013 10:01:45 -0600 Subject: [PATCH] Propagate debug flag in Makefiles. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index dad52716089..90adb878799 100644 --- a/Makefile.in +++ b/Makefile.in @@ -49,6 +49,7 @@ endif export CFG_RUSTC export CFG_RUSTC_FLAGS export CFG_LOCAL_RUSTC +export CFG_ENABLE_DEBUG export RUSTC=$(CFG_RUSTC) export RUSTFLAGS=$(CFG_RUSTC_FLAGS)