diff --git a/src/hwlm/hwlm_build.h b/src/hwlm/hwlm_build.h index 4aefc364..91f227dc 100644 --- a/src/hwlm/hwlm_build.h +++ b/src/hwlm/hwlm_build.h @@ -81,7 +81,7 @@ struct HWLMProto { /** * \brief Flag to optimise matcher for small size from Rose. */ - bool make_small; + bool make_small = false; HWLMProto(u8 engType_in, std::vector lits_in);