From 29689825170cf3f6db871612359f0dbb7c9224e3 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Tue, 18 Jan 2011 19:28:35 -0800 Subject: [PATCH] add hacking note --- HACKING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HACKING b/HACKING index 6707c7b..84534e6 100644 --- a/HACKING +++ b/HACKING @@ -2,6 +2,10 @@ Generating the docs: sudo apt-get install asciidoc --no-install-recommends ./ninja doc +Adjusting build flags: + Just a hack, but edit config.ninja (which was generated by bootstrap.sh) + to turn on debugging symbols. + Test-driven development: Set your build command to ./ninja ninja_test && ./ninja_test --gtest_filter=MyTest.Name -- 2.7.4