Skip to content

Commit

Permalink
update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barter-simsum committed Jul 3, 2023
1 parent f7a75b5 commit 6af1e32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ bazel build :urbit
```

If you want a debug build, which changes the optimization level from `-O3` to
`-O0` and includes more debugging information, specify the `dbg` configuration:
`-O0` and includes more debugging information, specify `dbg` as the
`compilation_mode`:
```console
bazel build --config=dbg :urbit
bazel build --compilation_mode=dbg :urbit
```
Note that you cannot change the optimization level for third party
dependencies--those targets specified in `bazel/third_party`--from the command
Expand Down

0 comments on commit 6af1e32

Please sign in to comment.