aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorseyko <seyko2@gmail.com>2015-04-10 06:53:48 +0300
committerseyko <seyko2@gmail.com>2015-04-10 06:53:48 +0300
commit5cd4393a542ef4c64df7dcbb3fbe3a629666239d (patch)
tree999d6146f8af08ce50245a7df1389b420677a5a0 /tcc.h
parent089ce6235c99638ad4542a57af4d09e2be0efc88 (diff)
downloadtinycc-5cd4393a542ef4c64df7dcbb3fbe3a629666239d.tar.gz
tinycc-5cd4393a542ef4c64df7dcbb3fbe3a629666239d.tar.bz2
handle a -s option by executing sstrip/strip program
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index 402e9ca..d9c24dc 100644
--- a/tcc.h
+++ b/tcc.h
@@ -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;