1 // =================================
 2 // Copyright (c) 2021 Seppo Laakko
 3 // Distributed under the MIT license
 4 // =================================
 5 
 6 #include <cmajor/cmsxbe/EmittingContext.hpp>
 7 
 8 namespace cmsxbe {
 9 
10 EmittingContext::EmittingContext(int optimizationLevel_) : optimizationLevel(optimizationLevel_)
11 {
12 }
13 
14 } // namespace cmsxbe