summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/COFF/Config.h')
-rw-r--r--lld/COFF/Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/COFF/Config.h b/lld/COFF/Config.h
index a58e7d5585f..7f8259d016e 100644
--- a/lld/COFF/Config.h
+++ b/lld/COFF/Config.h
@@ -130,7 +130,7 @@ struct Configuration {
std::map<StringRef, uint32_t> Section;
// Options for manifest files.
- ManifestKind Manifest = SideBySide;
+ ManifestKind Manifest = No;
int ManifestID = 1;
StringRef ManifestDependency;
bool ManifestUAC = true;
OpenPOWER on IntegriCloud