diff options
| author | grischka <grischka> | 2011-07-11 18:47:16 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2011-07-11 18:47:16 +0200 |
| commit | 45184e01d80d0e01bc6d03a86e5aa4e706095e47 (patch) | |
| tree | 37e47493403815894ba6868099ac0c0ff40dd051 /tcc.h | |
| parent | 7b573dc239a576da37f288c9ba39df5c0854b41d (diff) | |
| download | tinycc-45184e01d80d0e01bc6d03a86e5aa4e706095e47.tar.gz tinycc-45184e01d80d0e01bc6d03a86e5aa4e706095e47.tar.bz2 | |
win32: add -Wl,--stack=xxx switch
For example:
$ tcc -Wl,--stack=4194309
which means 4 MB. Default is 1 MB.
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -565,6 +565,7 @@ struct TCCState { /* PE info */ int pe_subsystem; unsigned long pe_file_align; + unsigned long pe_stack_size; struct pe_uw { Section *pdata; int sym_1, sym_2, offs_1; |
