win32: support "-Wl,--large-address-aware" option

This commit is contained in:
Pavlas, Zdenek
2016-12-12 06:52:45 -08:00
parent 9b3e4c5895
commit 0486939291
3 changed files with 4 additions and 0 deletions

1
tcc.h
View File

@ -744,6 +744,7 @@ struct TCCState {
#ifdef TCC_TARGET_PE
/* PE info */
int pe_subsystem;
unsigned pe_characteristics;
unsigned pe_file_align;
unsigned pe_stack_size;
# ifdef TCC_TARGET_X86_64