diff options
| author | grischka <grischka> | 2016-10-01 20:49:38 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2016-10-01 20:49:38 +0200 |
| commit | 2f1174550e9b2356b7cebe9346858b1f1155520e (patch) | |
| tree | 4bc30e1ddd0570c2c0dc523bbd35d52496b1f4be /tcc.h | |
| parent | 2d6aa65067b6d1127abb62bd11d2ddaf6b4cf492 (diff) | |
| download | tinycc-2f1174550e9b2356b7cebe9346858b1f1155520e.tar.gz tinycc-2f1174550e9b2356b7cebe9346858b1f1155520e.tar.bz2 | |
libtcc: -Wl,... incremental parsing
parse -Wl linker options immediately
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -762,10 +762,7 @@ struct TCCState { int do_bench; /* option -bench */ int gen_deps; /* option -MD */ char *deps_outfile; /* option -MF */ - - int args_pthread; /* -pthread option */ - CString linker_arg; /* collect -Wl options for input such as "-Wl,-rpath -Wl,<path>" */ - int args_ref; /* tcc_parse_args recursive counter */ + int option_pthread; /* -pthread option */ }; struct filespec { |
