From 5cd4393a542ef4c64df7dcbb3fbe3a629666239d Mon Sep 17 00:00:00 2001 From: seyko Date: Fri, 10 Apr 2015 06:53:48 +0300 Subject: handle a -s option by executing sstrip/strip program --- tcc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcc.h') 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; -- cgit v1.3.1