Skip to content

Commit

Permalink
- Generate code with +d=gendebugsymbols flag.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11482 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Mar 21, 2012
1 parent 920611f commit 7f88639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Ceval.mo
Expand Up @@ -1318,7 +1318,7 @@ algorithm
// try function interpretation
case (cache,env, DAE.CALL(path = funcpath, attr = DAE.CALL_ATTR(builtin = false)), vallst, impl, st, msg)
equation
false = Flags.isSet(Flags.NO_EVAL_FUNC);
false = boolOr(Flags.isSet(Flags.NO_EVAL_FUNC), Flags.isSet(Flags.GEN_DEBUG_SYMBOLS));
failure(cevalIsExternalObjectConstructor(cache, funcpath, env, msg));
Debug.fprintln(Flags.DYN_LOAD, "CALL: try constant evaluation: " +& Absyn.pathString(funcpath));
(cache,
Expand Down

0 comments on commit 7f88639

Please sign in to comment.