Skip to content

Commit

Permalink
- WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tgiphil committed May 10, 2024
1 parent 88eb3b2 commit aa07538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Mosa.Utility.Configuration/CommandLineArguments.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ private static List<Argument> GetMap()
new Argument { Name = "-output-debug-file", Setting = Name.CompilerDebug_DebugFile},
new Argument { Name = "-asm", Setting = Name.CompilerDebug_AsmFile, Value = "%DEFAULT%"},
new Argument { Name = "-map", Setting = Name.CompilerDebug_MapFile, Value = "%DEFAULT%"},
new Argument { Name = "-counters", Setting = Name.CompilerDebug_CounterFile},
new Argument { Name = "-counters-filter", Setting = Name.CompilerDebug_CounterFilter},

// Compiler - Debug:
Expand Down

0 comments on commit aa07538

Please sign in to comment.