Skip to content

Commit

Permalink
Remove compiler flag cseBinary
Browse files Browse the repository at this point in the history
  - Use --postOptModules+=cseBinary instead.
  • Loading branch information
AnHeuermann authored and AnHeuermann committed Nov 25, 2020
1 parent 7f8c9fa commit 1d9aa2f
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 102 deletions.
2 changes: 0 additions & 2 deletions OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo
Original file line number Diff line number Diff line change
Expand Up @@ -8513,8 +8513,6 @@ algorithm
enabledModules := "extendDynamicOptimization"::enabledModules;
end if;

enabledModules := deprecatedConfigFlag(Flags.CSE_BINARY, enabledModules, "cseBinary", "postOptModules+");

if Flags.getConfigBool(Flags.GENERATE_SYMBOLIC_LINEARIZATION) or Config.acceptOptimicaGrammar() or Flags.getConfigBool(Flags.GENERATE_DYN_OPTIMIZATION_PROBLEM) then
enabledModules := "generateSymbolicLinearization"::enabledModules;
end if;
Expand Down
4 changes: 0 additions & 4 deletions OMCompiler/Compiler/Translation/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -4119,10 +4119,6 @@ msgstr ""
msgid "Deprecated flag: Use --postOptModules+=wrapFunctionCalls instead."
msgstr ""

#: ../Util/Flags.mo:1123
msgid "Deprecated flag: Use --postOptModules+=cseBinary instead."
msgstr ""

#: ../Util/Flags.mo:1131
msgid "Max size for solveLinearSystem."
msgstr ""
Expand Down
4 changes: 0 additions & 4 deletions OMCompiler/Compiler/Translation/openmodelica.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4044,10 +4044,6 @@ msgstr ""
msgid "Deprecated flag: Use --postOptModules+=wrapFunctionCalls instead."
msgstr ""

#: ../Util/Flags.mo:1123
msgid "Deprecated flag: Use --postOptModules+=cseBinary instead."
msgstr ""

#: ../Util/Flags.mo:1131
msgid "Max size for solveLinearSystem."
msgstr ""
Expand Down
Loading

0 comments on commit 1d9aa2f

Please sign in to comment.