aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index e034439..b70384f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -647,6 +647,7 @@ parse_opt (int key, char *arg, struct argp_state *state)
break;
case 'x':
print_option = PRINT_XREF;
+ SYMBOL_EXCLUDE('s'); /* Exclude static symbols by default */
break;
case OPT_PREPROCESS:
preprocess_option = 1;

Return to:

Send suggestions and report system problems to the System administrator.