Skip to content

Commit

Permalink
Fix md table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
imaqtkatt committed May 28, 2024
1 parent 6a58909 commit 983bd90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/compiler-options.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Options

| flag | Default | What it does? |
| ------------------------------------------------------------------------ | ------------- | ----------------------------------------- | --- |
| ------------------------------------------------------------------------ | ------------- | ----------------------------------------- |
| `-Oall` | Disabled | Enables all compiler passes |
| `-Ono-all` | Disabled | Disables all compiler passes |
| `-Oeta` `-Ono-eta` | Disabled | [eta-reduction](#eta-reduction) |
Expand All @@ -11,7 +11,7 @@
| `-Omerge` `-Ono-merge` | Disabled | [definition-merging](#definition-merging) |
| `-Oinline` `-Ono-inline` | Disabled | [inline](#inline) |
| `-Ocheck-net-size` `-Ono-check-net-size` | Disabled | [check-net-size](#check-net-size) |
| `-Oadt-scott` `-Oadt-num-scott` | adt-num-scott | [adt-encoding](#adt-encoding) | |
| `-Oadt-scott` `-Oadt-num-scott` | adt-num-scott | [adt-encoding](#adt-encoding) |

## Eta-reduction

Expand Down

0 comments on commit 983bd90

Please sign in to comment.