diff options
| author | grischka <grischka> | 2016-10-01 20:48:01 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2016-10-01 20:48:01 +0200 |
| commit | 2d6aa65067b6d1127abb62bd11d2ddaf6b4cf492 (patch) | |
| tree | a200ea86aa2ecc396cc4a901f61d751f4604584d /tcc.h | |
| parent | 9c5bb16447e3d6cf5493c4802f3e3a1939430a27 (diff) | |
| download | tinycc-2d6aa65067b6d1127abb62bd11d2ddaf6b4cf492.tar.gz tinycc-2d6aa65067b6d1127abb62bd11d2ddaf6b4cf492.tar.bz2 | |
Revert "output all sections if we produce an executable file"
-- Not a fix
This reverts commit 089ce6235c99638ad4542a57af4d09e2be0efc88.
Revert "handle a -s option by executing sstrip/strip program"
-- related, not a fix.
This reverts commit 5cd4393a542ef4c64df7dcbb3fbe3a629666239d.
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |
