Skip to content

Commit

Permalink
Add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Feb 19, 2024
1 parent 10f90f2 commit aa6f651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hc/hc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4044,6 +4044,7 @@ compiler_options parse_compiler_options(int argc, char **argv)
for (int i = 1; i < argc; ++i)
{
const std::string arg{argv[i]};
std::cout << i << ": " << arg << std::endl;
if (arg[0] == '/' || arg[0] == '-')
{
switch (arg[1])
Expand Down

0 comments on commit aa6f651

Please sign in to comment.