Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 535783c

Browse files
committed
Disable IR file metadata by default
1 parent b1cbe35 commit 535783c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omniscidb/Shared/Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ struct CacheConfig {
177177
struct DebugConfig {
178178
std::string build_ra_cache = "";
179179
std::string use_ra_cache = "";
180-
bool enable_automatic_ir_metadata = true;
180+
bool enable_automatic_ir_metadata = false;
181181
bool enable_gpu_code_compilation_cache = true;
182182
std::string log_dir = "hdk_log";
183183
short dump_llvm_ir_after_each_pass{0};

0 commit comments

Comments
 (0)