diff options
author | Evan Martin <martine@danga.com> | 2011-01-19 03:32:31 (GMT) |
---|---|---|
committer | Evan Martin <martine@danga.com> | 2011-01-19 03:32:31 (GMT) |
commit | 01271bf57eff2237ec3bd1289e4c303a86efb155 (patch) | |
tree | 1bc1e6f382de96caea9a641849fe5bd8f17a734f /bootstrap.sh | |
parent | 29689825170cf3f6db871612359f0dbb7c9224e3 (diff) | |
download | Ninja-01271bf57eff2237ec3bd1289e4c303a86efb155.zip Ninja-01271bf57eff2237ec3bd1289e4c303a86efb155.tar.gz Ninja-01271bf57eff2237ec3bd1289e4c303a86efb155.tar.bz2 |
don't strip debug info in debug mode
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index c36d533..637e0d0 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -8,6 +8,7 @@ conf_cflags = -O2 conf_ldflags = -s # When developing: # conf_cflags = -g -Wall +# conf_ldlags = -g -Wall EOT srcs=$(ls src/*.cc | grep -v test) echo "Building stage 1..." |