| author | |
| committer | |
| log | 9d66bda26421c2b687afc26122736515c9cc35da |
| tree | 11a9dd78ee34aadb6004ea0cf5e83e130078b450 |
| parent | 5bc4690d85bfaade48393c182b2b3aa207ebebc7 |
| signature | Commit is signed but in an unrecognized format. |
1 files changed, 1 insertions(+), 1 deletions(-)
src/main.cpp+1-1| ... | ... | @@ -789,7 +789,7 @@ int main(int argc, char **argv) { |
| 789 | 789 | } else if (strcmp(arg, "-ffunction-sections") == 0) { |
| 790 | 790 | function_sections = true; |
| 791 | 791 | } else if (strcmp(arg, "--show-subfeatures") == 0) { |
| 792 | targets_show_subfeatures = true; | |
| 792 | targets_show_subfeatures = true; | |
| 793 | 793 | } else if (i + 1 >= argc) { |
| 794 | 794 | fprintf(stderr, "Expected another argument after %s\n", arg); |
| 795 | 795 | return print_error_usage(arg0); |