Revert "Temporarily always enable dexlayout output verification."

This reverts commit 0f1530021934b5defd30ded0e19ee8aa80ae812a.

Turn off the output verifier to save the double IR memory usage.

Bug: 67957356
Test: make test-art-host
Change-Id: I2077870124068aa5f2d43f2326055e95b2f8dd7e
(cherry picked from commit ba6d6bdbce3af9b27fcf3c711a12d3838d50e3e2)
diff --git a/dexlayout/dexlayout.h b/dexlayout/dexlayout.h
index 9f6e8a4..bcb7ea6 100644
--- a/dexlayout/dexlayout.h
+++ b/dexlayout/dexlayout.h
@@ -59,8 +59,7 @@
   bool show_section_headers_ = false;
   bool show_section_statistics_ = false;
   bool verbose_ = false;
-  // TODO: Set verify_output_ back to false by default. Was set to true for debugging b/62840842.
-  bool verify_output_ = true;
+  bool verify_output_ = false;
   bool visualize_pattern_ = false;
   OutputFormat output_format_ = kOutputPlain;
   const char* output_dex_directory_ = nullptr;