diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-04-05 17:19:09 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-04-05 17:19:09 +0200 |
commit | 6078d6d73bc2eb1dbf2283b37d9507297fefba9d (patch) | |
tree | 0619b243b630de03f9d6e6b00ed663d98bbd5b9b /.gitignore | |
parent | aada8e3d41c3be7cdc7e0994c7dff7c307fbbe7f (diff) |
Add support for debug tracing.
Use P11_KIT_DEBUG=xxx environment variable to enable tracing. Must
have been built without --disable-debug option.
P11_KIT_DEBUG can (at this point) be one of these values:
all
help
conf
lib
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ *.o *.la *.lo +*.bak *.tar.gz *.gcno *.gcda |