Skip to content

Commit

Permalink
Fix wrong description for passing flags to cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
huycn committed Sep 21, 2019
1 parent 3092740 commit eaeeda8
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 @@ -83,7 +83,7 @@ emmake make

See usage example of exported functions from [demos](https://nu-book.github.io/zxing-cpp/).

By default, both encoder and decoder are included. If you don't plan to use either of them, you can disable it to reduce generated code size. To do so, in the line `emconfigure cmake ...` above, pass `-ENABLE_ENCODERS=0` to disable encoders or `-ENABLE_DECODERS=0` to disable decoders.
By default, both encoder and decoder are included. If you don't plan to use either of them, you can disable it to reduce generated code size. To do so, in the line `emconfigure cmake ...` above, pass `-DENABLE_ENCODERS=0` to disable encoders or `-DENABLE_DECODERS=0` to disable decoders.

### For other platforms
Wrappers are provided as convenient way to work with native image format. You still can use the library without a wrapper.
Expand Down

0 comments on commit eaeeda8

Please sign in to comment.