Revert "output all sections if we produce an executable file"

-- Not a fix
This reverts commit 089ce6235c.

Revert "handle a -s option by executing sstrip/strip program"
-- related, not a fix.
This reverts commit 5cd4393a54.
This commit is contained in:
grischka
2016-10-01 20:48:01 +02:00
parent 9c5bb16447
commit 2d6aa65067
3 changed files with 1 additions and 14 deletions

1
tcc.h
View File

@ -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;