summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/Config.h')
-rw-r--r--lld/ELF/Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Config.h b/lld/ELF/Config.h
index e3eeddd75cf..8baf28c4d2b 100644
--- a/lld/ELF/Config.h
+++ b/lld/ELF/Config.h
@@ -63,7 +63,7 @@ struct Configuration {
bool StripAll;
bool SysvHash = true;
bool Verbose;
- bool ZExecStack;
+ bool ZExecStack = false;
bool ZNodelete;
bool ZNow;
bool ZOrigin;
OpenPOWER on IntegriCloud