diff options
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -445,6 +445,9 @@ struct TCCState { /* if true, all symbols are exported */ int rdynamic; + /* if true, resolve symbols in the current module first (-Wl,Bsymbolic) */ + int symbolic; + /* if true, only link in referenced objects from archive */ int alacarte_link; |
