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

Disable IR file metadata by default #642

Merged
merged 1 commit into from
Aug 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion omniscidb/Shared/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ struct CacheConfig {
struct DebugConfig {
std::string build_ra_cache = "";
std::string use_ra_cache = "";
bool enable_automatic_ir_metadata = true;
bool enable_automatic_ir_metadata = false;
bool enable_gpu_code_compilation_cache = true;
std::string log_dir = "hdk_log";
short dump_llvm_ir_after_each_pass{0};
Expand Down