aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
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;