summaryrefslogtreecommitdiff
path: root/src/ipa/simple/algorithms/ccm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/simple/algorithms/ccm.cpp')
-rw-r--r--src/ipa/simple/algorithms/ccm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ipa/simple/algorithms/ccm.cpp b/src/ipa/simple/algorithms/ccm.cpp
index 86e0395c..d5ba928d 100644
--- a/src/ipa/simple/algorithms/ccm.cpp
+++ b/src/ipa/simple/algorithms/ccm.cpp
@@ -34,6 +34,8 @@ int Ccm::init([[maybe_unused]] IPAContext &context, const YamlObject &tuningData
return ret;
}
+ context.ccmEnabled = true;
+
return 0;
}