diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -649,2 +649,3 @@ parse_opt (int key, char *arg, struct argp_state *state) print_option = PRINT_XREF; + SYMBOL_EXCLUDE('s'); /* Exclude static symbols by default */ break; |