aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtcc.c')
-rw-r--r--libtcc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libtcc.c b/libtcc.c
index 71e8c2f..2b29d87 100644
--- a/libtcc.c
+++ b/libtcc.c
@@ -2292,8 +2292,6 @@ PUB_FUNC int tcc_parse_args(TCCState *s, int argc, char **argv)
case TCC_OPTION_dumpversion:
printf ("%s\n", TCC_VERSION);
exit(0);
- case TCC_OPTION_s:
- s->do_strip = 1;
break;
case TCC_OPTION_traditional:
break;
@@ -2314,6 +2312,7 @@ PUB_FUNC int tcc_parse_args(TCCState *s, int argc, char **argv)
break;
case TCC_OPTION_pedantic:
case TCC_OPTION_pipe:
+ case TCC_OPTION_s:
/* ignored */
break;
default: