diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2016-02-25 10:21:32 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2016-02-25 10:21:32 +0530 |
| commit | bdecd9d904fb4e62fb2cdb7bfba088b2a47d7646 (patch) | |
| tree | 5c87da37c4c8fd595c575dcdda3ecfb20d5cf145 | |
| parent | 0ef8d426050318934d16d962325ec002eaf0c29d (diff) | |
| download | rust-bdecd9d904fb4e62fb2cdb7bfba088b2a47d7646.tar.gz rust-bdecd9d904fb4e62fb2cdb7bfba088b2a47d7646.zip | |
mention debug-assertions
| -rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index e41ce56b9ed..9bc44639227 100644 --- a/Makefile.in +++ b/Makefile.in @@ -100,6 +100,10 @@ # // Having trouble figuring out which test is failing? Turn off parallel tests # make check-stage1-std RUST_TEST_THREADS=1 # +# // To make debug!() and other logging calls visible, reconfigure: +# ./configure --enable-debug-assertions +# make .... +# # If you really feel like getting your hands dirty, then: # # run `make nitty-gritty` |
