Skip to content

Commit

Permalink
Renamed to MCRL2_ENABLE_JITTY after wrong merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaveaux committed Mar 12, 2024
1 parent 0a00c79 commit 037a140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/data/include/mcrl2/data/rewriter_tool.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class rewriter_tool: public Tool
utilities::interface_description::enum_argument<data::rewrite_strategy> rewriter_option("NAME");
rewriter_option.add_value(data::jitty, true);
rewriter_option.add_value(data::innermost);
#ifdef MCRL2_JITTYC_AVAILABLE
#ifdef MCRL2_ENABLE_JITTYC
rewriter_option.add_value(data::jitty_compiling);
#endif
if (!suppress_jittyp)
Expand Down

0 comments on commit 037a140

Please sign in to comment.