diff options
| author | Pavlas, Zdenek <zden3k@gmail.com> | 2016-12-12 06:52:45 -0800 |
|---|---|---|
| committer | Pavlas, Zdenek <zden3k@gmail.com> | 2016-12-30 03:01:33 -0800 |
| commit | 0486939291bfe4406f688ffc8a62b4da2c7a95cf (patch) | |
| tree | aa4db39f0a1bd152912cd611ca78b0ad5333864e /tcc.h | |
| parent | 9b3e4c5895692eaa62ab2dbc14ecc3883980d997 (diff) | |
| download | tinycc-0486939291bfe4406f688ffc8a62b4da2c7a95cf.tar.gz tinycc-0486939291bfe4406f688ffc8a62b4da2c7a95cf.tar.bz2 | |
win32: support "-Wl,--large-address-aware" option
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
