diff options
Diffstat (limited to 'libtcc.h')
| -rw-r--r-- | libtcc.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ LIBTCCAPI void tcc_set_error_func(TCCState *s, void *error_opaque, /* set/reset a warning */ LIBTCCAPI int tcc_set_warning(TCCState *s, const char *warning_name, int value); +/* set linker option */ +LIBTCCAPI const char * tcc_set_linker(TCCState *s, const char *option, int multi); + /*****************************/ /* preprocessor */ |
