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. --- tcc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index d16fea8..19093e1 100644 --- a/tcc.h +++ b/tcc.h @@ -622,7 +622,6 @@ struct TCCState { /* compile with debug symbol (and use them if error during execution) */ int do_debug; - int do_strip; #ifdef CONFIG_TCC_BCHECK /* compile with built-in memory and bounds checker */ int do_bounds_check; -- cgit v1.3.1