Skip to content
Snippets Groups Projects
Commit 67a45ca9 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[Kernel] add preprocessing debug message

parent 156596dc
No related branches found
No related tags found
No related merge requests found
...@@ -572,7 +572,9 @@ let parse_cabs cpp_command = function ...@@ -572,7 +572,9 @@ let parse_cabs cpp_command = function
if Sys.command cpp_command <> 0 then begin if Sys.command cpp_command <> 0 then begin
safe_remove_file ppf; safe_remove_file ppf;
abort_with_detailed_pp_message f cpp_command abort_with_detailed_pp_message f cpp_command
end; end else
Kernel.debug ~dkey:Kernel.dkey_pp
"Full preprocessing commmand: %s" cpp_command;
let ppf = let ppf =
if Kernel.ReadAnnot.get() && if Kernel.ReadAnnot.get() &&
((Kernel.PreprocessAnnot.is_set () && ((Kernel.PreprocessAnnot.is_set () &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment