handle a -s option by executing sstrip/strip program

This commit is contained in:
seyko
2015-04-10 06:53:48 +03:00
parent 089ce6235c
commit 5cd4393a54
3 changed files with 18 additions and 1 deletions

1
tcc.h
View File

@ -613,6 +613,7 @@ 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;