Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
damianhxy and coderabbitai[bot] authored May 24, 2024
1 parent 577c2ae commit 18fc27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ This will move our autocompletion script out of a local folder and into the bash

There are two kinds of builds available: release and debug. Release builds do not contain debug output (output that use `Logger::debug`).

The default are debug builds. To build a release version, when inside the 'build' directory, run `cmake -DCMAKE_BUILD_TYPE=Release ..` (note the periods at the end), then run `make`.
The default is debug builds. To build a release version, when inside the 'build' directory, run `cmake -DCMAKE_BUILD_TYPE=Release ..` (note the periods at the end), then run `make`.
Alternatively (but less preferable), you can use the flag `-Drelease=ON`.

#### Build Variant
Expand Down

0 comments on commit 18fc27e

Please sign in to comment.