Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
goulart-paul authored May 20, 2024
1 parent 26714b3 commit dc2d78a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,11 @@ By default, `CLARABEL_FEATURE_SDP` is `none` and SDP support is disabled.

### Unit tests

By default, unit tests are disabled to reduce build time. To enable unit tests, set the `CLARABEL_BUILD_TESTS` option to 'true'.
By default, unit tests are disabled to reduce build time. To enable unit tests, set `-DCLARABEL_BUILD_TESTS=true` in cmake.

### Release mode

The solver will build the Rust source in debug mode. To build in release mode, set `-DCMAKE_BUILD_TYPE=Release` in cmake.

## Run examples

Expand Down

0 comments on commit dc2d78a

Please sign in to comment.