From 3253f66fd14fce3278f71b29a22d61bf1b4aa9f5 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Tue, 1 May 2012 20:46:34 -0700 Subject: clarify a flag in configure.py (The -g flag is always on, --debug just adds e.g. libstdc++'s extra debugging features.) Related to issue #286. --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index bd3da67..8f965c8 100755 --- a/configure.py +++ b/configure.py @@ -36,7 +36,7 @@ parser.add_option('--host', help='host platform (' + '/'.join(platforms) + ')', choices=platforms) parser.add_option('--debug', action='store_true', - help='enable debugging flags',) + help='enable debugging extras',) parser.add_option('--profile', metavar='TYPE', choices=profilers, help='enable profiling (' + '/'.join(profilers) + ')',) -- cgit v0.12