Skip to content

Commit 741ab82

Browse files
committed
debugging
1 parent 36d60fe commit 741ab82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/goto-cc/compile.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,11 +420,13 @@ bool compilet::compile()
420420

421421
std::string cfn;
422422

423+
debug() << "output_file_object = " << output_file_object << eom;
423424
if(output_file_object=="")
424425
{
425426
const std::string file_name_with_obj_ext =
426427
get_base_name(file_name, true) + "." + object_file_extension;
427428

429+
debug() << "output_directory_object = " << output_directory_object << eom;
428430
if(!output_directory_object.empty())
429431
cfn = concat_dir_file(output_directory_object, file_name_with_obj_ext);
430432
else

0 commit comments

Comments
 (0)