aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index 3481f64..124d7e5 100644
--- a/tcc.h
+++ b/tcc.h
@@ -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;