From 3e7f6b4cbcf8aa105a7ce87cbc41180bf50d7d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salvador=20de=20la=20Puente=20Gonz=C3=A1lez?= Date: Sat, 10 Sep 2016 09:54:37 +0200 Subject: [PATCH] Adding Readme.md explanation --- Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Readme.md b/Readme.md index 68fb5b6353..2fc9110a96 100644 --- a/Readme.md +++ b/Readme.md @@ -41,6 +41,13 @@ and tests there. We even run Travis tests for SassC! +DEBUG builds +============ + +Set the environment variable `DEBUG` to `1` to enable debug builds that can be debugged +with `gdb`, `lldb` and others. E.g.: use `$ DEBUG=1 ./script/spec` to run the tests with +a debug build. + Tests -------