Skip to content

Commit

Permalink
Don't revert the obfuscate flag after the frontend (#9800)
Browse files Browse the repository at this point in the history
- Don't revert the obfuscate flag back to its original value in case
  obfuscation of encrypted libraries was enabled when running the
  frontend, since the code generation needs to use it too.
  • Loading branch information
perost committed Nov 29, 2022
1 parent cb8776f commit 19b4cda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OMCompiler/Compiler/Script/CevalScriptBackend.mo
Expand Up @@ -3370,7 +3370,6 @@ algorithm
end try;
FlagsUtil.set(Flags.NF_API, nf_api);
FlagsUtil.setConfigString(Flags.OBFUSCATE, obfuscate_mode);
if inst_failed then
fail();
Expand Down

0 comments on commit 19b4cda

Please sign in to comment.