aboutsummaryrefslogtreecommitdiffstats
path: root/makeopts.in
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-27 21:16:05 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-27 21:16:05 +0000
commitbebdb0fda152a29d8e336408d2eee31d06bce0d7 (patch)
tree2f45bd7a37f60dff2947af5cbf3447c4e02e73c1 /makeopts.in
parent371b257de0045a90119b5775a3c716b6bbab9f82 (diff)
Add --enable-coverage option to configure script.
This option enables the proper compiler flags for tracking code coverage, which is useful along side automated testing. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@279953 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index e425dbc3b..750a41d7c 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -79,6 +79,8 @@ sysconfdir = @sysconfdir@
AST_DEVMODE=@AST_DEVMODE@
NOISY_BUILD=@NOISY_BUILD@
+AST_CODE_COVERAGE=@AST_CODE_COVERAGE@
+
AST_DECLARATION_AFTER_STATEMENT=@AST_DECLARATION_AFTER_STATEMENT@
AST_NO_STRICT_OVERFLOW=@AST_NO_STRICT_OVERFLOW@
AST_SHADOW_WARNINGS=@AST_SHADOW_WARNINGS@