Skip to content

Commit

Permalink
Remove compiler flag onRelaxation
Browse files Browse the repository at this point in the history
  - Use --postOptModules+=relaxSystem instead.
  • Loading branch information
AnHeuermann authored and AnHeuermann committed Nov 25, 2020
1 parent aaf775e commit b286051
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 140 deletions.
1 change: 0 additions & 1 deletion OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo
Expand Up @@ -8527,7 +8527,6 @@ algorithm
enabledModules := deprecatedConfigFlag(Flags.CSE_BINARY, enabledModules, "cseBinary", "postOptModules+");
enabledModules := deprecatedConfigFlag(Flags.CSE_CALL, enabledModules, "wrapFunctionCalls", "postOptModules+");
enabledModules := deprecatedConfigFlag(Flags.CSE_EACHCALL, enabledModules, "wrapFunctionCalls", "postOptModules+");
enabledModules := deprecatedDebugFlag(Flags.ON_RELAXATION, enabledModules, "relaxSystem", "postOptModules+");

if Flags.getConfigBool(Flags.GENERATE_SYMBOLIC_LINEARIZATION) or Config.acceptOptimicaGrammar() or Flags.getConfigBool(Flags.GENERATE_DYN_OPTIMIZATION_PROBLEM) then
enabledModules := "generateSymbolicLinearization"::enabledModules;
Expand Down

0 comments on commit b286051

Please sign in to comment.