aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorgrischka <grischka>2011-07-11 18:47:16 +0200
committergrischka <grischka>2011-07-11 18:47:16 +0200
commit45184e01d80d0e01bc6d03a86e5aa4e706095e47 (patch)
tree37e47493403815894ba6868099ac0c0ff40dd051 /tcc.h
parent7b573dc239a576da37f288c9ba39df5c0854b41d (diff)
downloadtinycc-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index c3c1031..ce7ee22 100644
--- a/tcc.h
+++ b/tcc.h
@@ -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;