From 1bd4e35dd8669925d1783ff182f2a470e2a64ad0 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 2 Jul 2012 17:21:27 -0700 Subject: [PATCH] configure: Don't turn on rustc's -g with --enable-debug -g is super-buggy --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 723d210c281..8fe670131fc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -85,7 +85,7 @@ endif ifdef CFG_ENABLE_DEBUG $(info cfg: enabling more debugging (CFG_ENABLE_DEBUG)) - CFG_RUSTC_FLAGS += -g + CFG_RUSTC_FLAGS += CFG_GCCISH_CFLAGS += -DRUST_DEBUG else CFG_GCCISH_CFLAGS += -DRUST_NDEBUG