Skip to content

Commit

Permalink
Make nogen default
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 15, 2013
1 parent c5a10ec commit b2cfcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/Flags.mo
Expand Up @@ -187,7 +187,7 @@ constant DebugFlag DUMP_INLINE_SOLVER = DEBUG_FLAG(10, "dumpInlineSolver", false
Util.gettext("dumps the inline solver equation system"));
constant DebugFlag EVAL_FUNC = DEBUG_FLAG(11, "evalfunc", true,
Util.gettext("Turns on/off symbolic function evaluation."));
constant DebugFlag GEN = DEBUG_FLAG(12, "gen", false,
constant DebugFlag GEN = DEBUG_FLAG(12, "gen", true,
Util.gettext("Turns on/off dynamic loading of functions that are compiled during translation. Only enable this if external functions are needed to calculate structural parameters or constants."));
constant DebugFlag DYN_LOAD = DEBUG_FLAG(13, "dynload", false,
Util.gettext("Display debug information about dynamic loading of compiled functions."));
Expand Down

0 comments on commit b2cfcb7

Please sign in to comment.