diff options
author | Evan Martin <martine@danga.com> | 2011-01-19 03:28:35 (GMT) |
---|---|---|
committer | Evan Martin <martine@danga.com> | 2011-01-19 03:28:35 (GMT) |
commit | 29689825170cf3f6db871612359f0dbb7c9224e3 (patch) | |
tree | 10564183acfa868e467e374f2d2c978616030c95 /HACKING | |
parent | 44bab83c907dd8338631daf460278fa23b553d5c (diff) | |
download | Ninja-29689825170cf3f6db871612359f0dbb7c9224e3.zip Ninja-29689825170cf3f6db871612359f0dbb7c9224e3.tar.gz Ninja-29689825170cf3f6db871612359f0dbb7c9224e3.tar.bz2 |
add hacking note
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |