public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [committed 2/13][odr] Add odr variable
@ 2020-01-01  0:00 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2020-01-01  0:00 UTC (permalink / raw)
  To: dwz, jakub

Hi,

Add odr variable that enables/disables the odr optimization.

Committed to trunk.

Thanks,
- Tom

[odr] Add odr variable

2020-01-06  Tom de Vries  <tdevries@suse.de>

	* dwz.c (odr): New variable.

---
 dwz.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dwz.c b/dwz.c
index 33aea2a..68c78a4 100644
--- a/dwz.c
+++ b/dwz.c
@@ -213,6 +213,8 @@ enum die_count_methods
 };
 static enum die_count_methods die_count_method = estimate;
 
+int odr = 0;
+
 typedef struct
 {
   Elf *elf;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-06 16:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-01  0:00 [committed 2/13][odr] Add odr variable Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).