diff --git a/mix/CodeModel.h b/mix/CodeModel.h index 516e8e6d0..9e1fab3f3 100644 --- a/mix/CodeModel.h +++ b/mix/CodeModel.h @@ -277,7 +277,7 @@ private: std::map m_compiledContracts; //by name dev::Mutex x_pendingContracts; std::map m_pendingContracts; //name to source - bool m_optimizeCode; + bool m_optimizeCode = true; friend class BackgroundWorker; };