diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2018-06-27 19:15:02 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2018-06-27 19:15:02 +0000 |
commit | 384e0a667a03156faed5fb21210af8a9288a9122 (patch) | |
tree | d6ca6b097f252b802977b508309796c533b94cc5 /COFF/Config.h | |
parent | f0d24653c11c321b090f5fce1fef226689eb7930 (diff) |
Notes
Diffstat (limited to 'COFF/Config.h')
-rw-r--r-- | COFF/Config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/COFF/Config.h b/COFF/Config.h index 93bef23a97f05..b01689930fac2 100644 --- a/COFF/Config.h +++ b/COFF/Config.h @@ -175,6 +175,7 @@ struct Configuration { bool AppContainer = false; bool MinGW = false; bool WarnLocallyDefinedImported = true; + bool KillAt = false; }; extern Configuration *Config; |