Skip to content

Commit

Permalink
Update getting_started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SpinnerX authored Aug 24, 2024
1 parent cdb2b02 commit 1aaf041
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mkdocs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,14 @@ There are two different build types that you can build engine3d in, `Release` an

`Debug` is much slower than `Release`. Not recommended because used for testing and enabling debugging information.

When compiling engine3d you can add `-s build_type=Debug` (replacing `Debug`) to specify what configuration you want to build the project.

Building in Conan would be the following

```conan
conan build . -s build_type=Debug
```

---


0 comments on commit 1aaf041

Please sign in to comment.