summaryrefslogtreecommitdiff
path: root/COFF/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'COFF/Config.h')
-rw-r--r--COFF/Config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/COFF/Config.h b/COFF/Config.h
index 4eb8bae3c622..93bef23a97f0 100644
--- a/COFF/Config.h
+++ b/COFF/Config.h
@@ -174,6 +174,7 @@ struct Configuration {
bool HighEntropyVA = false;
bool AppContainer = false;
bool MinGW = false;
+ bool WarnLocallyDefinedImported = true;
};
extern Configuration *Config;