Skip to content

Commit

Permalink
one more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkornaukhov03 committed Jul 29, 2024
1 parent e3987ca commit ed707cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/compiler-settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ void CompilerSettings::init() {
} else {
// default value is false
// when we build using full runtime, we should force to use runtime as static lib
force_link_runtime.set_option_arg_value("1");
force_link_runtime.value_ = true;
}
std::string cxx_default_flags = ss.str();

Expand Down

0 comments on commit ed707cd

Please sign in to comment.