From 2d6aa65067b6d1127abb62bd11d2ddaf6b4cf492 Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 1 Oct 2016 20:48:01 +0200 Subject: Revert "output all sections if we produce an executable file" -- Not a fix This reverts commit 089ce6235c99638ad4542a57af4d09e2be0efc88. Revert "handle a -s option by executing sstrip/strip program" -- related, not a fix. This reverts commit 5cd4393a542ef4c64df7dcbb3fbe3a629666239d. --- libtcc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libtcc.c') 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: -- cgit v1.3.1