diff options
author | Fangrui Song <maskray@google.com> | 2022-11-10 21:42:14 -0800 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2022-11-10 21:42:14 -0800 |
commit | 332a4eeaea69034b8ee6f50b931ce6734b55bf08 (patch) | |
tree | 81bc0da6df1402bc6773f0ad01f3c219c57b62cd /gold/config.in | |
parent | 1c343a13ba24eb2dad39a94df1a369a0f62efd13 (diff) | |
download | gdb-332a4eeaea69034b8ee6f50b931ce6734b55bf08.zip gdb-332a4eeaea69034b8ee6f50b931ce6734b55bf08.tar.gz gdb-332a4eeaea69034b8ee6f50b931ce6734b55bf08.tar.bz2 |
gold, dwp: support zstd compressed input debug sections [PR 29641]
This feature is enabled if config/zstd.m4 uses zstd.
Diffstat (limited to 'gold/config.in')
-rw-r--r-- | gold/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in index a2000d3..333b2c6 100644 --- a/gold/config.in +++ b/gold/config.in @@ -229,6 +229,9 @@ /* Define to 1 if you have the <windows.h> header file. */ #undef HAVE_WINDOWS_H +/* Define to 1 if zstd is enabled. */ +#undef HAVE_ZSTD + /* Default library search path */ #undef LIB_PATH |