Skip to content

Commit

Permalink
fix config name
Browse files Browse the repository at this point in the history
Summary: as title

Reviewed By: NTillmann

Differential Revision: D50806185

fbshipit-source-id: a90d2035f88bad25aaaa74908a57cb8ae5aaf991
  • Loading branch information
beicy authored and facebook-github-bot committed Oct 31, 2023
1 parent 1c391bb commit cdd5b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opt/interdex/InterDexPass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void InterDexPass::bind_config() {
bind("minimize_cross_dex_refs_large_string_seed_weight",
m_minimize_cross_dex_refs_config.large_string_seed_weight,
m_minimize_cross_dex_refs_config.large_string_seed_weight);
bind("minimize_cross_dex_refs_large_string_seed_weight",
bind("minimize_cross_dex_refs_small_string_seed_weight",
m_minimize_cross_dex_refs_config.small_string_seed_weight,
m_minimize_cross_dex_refs_config.small_string_seed_weight);
bind("minimize_cross_dex_refs_emit_json", false,
Expand Down

0 comments on commit cdd5b52

Please sign in to comment.