Changeset a9f18dc0 in OpenModelica


Ignore:
Timestamp:
2019-11-22T15:46:40+01:00 (4 years ago)
Author:
Adrian Pop <adrian.pop@…>
Parents:
2d9e7aa
Message:

enable the NF by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/Compiler/Util/Flags.mo

    r9e8c062 ra9f18dc0  
    299299constant DebugFlag CHECK_SIMPLIFY = DEBUG_FLAG(67, "checkSimplify", false,
    300300  Gettext.gettext("Enables checks for expression simplification and prints a notification whenever an undesirable transformation has been performed."));
    301 constant DebugFlag SCODE_INST = DEBUG_FLAG(68, "newInst", false,
     301constant DebugFlag SCODE_INST = DEBUG_FLAG(68, "newInst", true,
    302302  Gettext.gettext("Enables experimental new instantiation phase."));
    303303constant DebugFlag WRITE_TO_BUFFER = DEBUG_FLAG(69, "writeToBuffer", false,
Note: See TracChangeset for help on using the changeset viewer.