diff options
Diffstat (limited to 'lld/ELF/Config.h')
-rw-r--r-- | lld/ELF/Config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/Config.h b/lld/ELF/Config.h index 8c48996aaa6..2cf945918cd 100644 --- a/lld/ELF/Config.h +++ b/lld/ELF/Config.h @@ -79,6 +79,7 @@ struct Configuration { bool Shared; bool Static = false; bool StripAll; + bool StripDebug; bool SysvHash = true; bool Threads; bool Trace; |