Skip to content

Commit

Permalink
Include instructions for building Release builds (uber#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbrodsky committed Oct 10, 2022
1 parent fdda899 commit 59a4196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ From the repository root, you can compile H3 with:
```
mkdir build
cd build
cmake ..
cmake -DCMAKE_BUILD_TYPE=Release ..
make
```

Expand Down
2 changes: 1 addition & 1 deletion website/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Next, build the library:
```bash
mkdir build
cd build
cmake ..
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
```

Expand Down

0 comments on commit 59a4196

Please sign in to comment.