diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-07-02 17:21:27 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-07-02 17:22:49 -0700 |
| commit | 1bd4e35dd8669925d1783ff182f2a470e2a64ad0 (patch) | |
| tree | 021d51fbf6b6d592af9b3b91ecacd3f18cd7043e | |
| parent | 9fe22a4ab7b34e8497560c3fc3b7acb460012fe8 (diff) | |
configure: Don't turn on rustc's -g with --enable-debug
-g is super-buggy
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
