Skip to content

Commit

Permalink
Don't change signature
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Mar 19, 2024
1 parent 314e20c commit c29cdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/define.ml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ let get_signature def =
*)
| "display" | "use_rtti_doc" | "macro_times" | "display_details" | "no_copt" | "display_stdin" | "hxb.stats"
| "message.reporting" | "message.log_file" | "message.log_format" | "message.no_color"
| "dump" | "dump_dependencies" | "dump_ignore_var_ids" -> acc
| "dump" | "dump_dependencies" | "dump_ignore_var_ids" | "dump_invalidation_stats" -> acc
| _ -> (k ^ "=" ^ v) :: acc
) def.values [] in
let str = String.concat "@" (List.sort compare defines) in
Expand Down

0 comments on commit c29cdfa

Please sign in to comment.