Skip to content

Commit 3b92458

Browse files
authored
Explain the JSONSCHEMA_PORTABLE build flag in the README (#611)
See: #606 Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent a99b264 commit 3b92458

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,3 +238,9 @@ cmake --install ./build --prefix <prefix> \
238238

239239
Where `<prefix>` can be any destination prefix of your choosing, such as `/opt`
240240
or `/usr/local`.
241+
242+
For performance reasons, the build will take as much advantage of your specific
243+
machine capabilities. If you desire to build a portable binary, or if the
244+
aggressive processor-specific optimisations cause any issues (we heard of some
245+
`Illegal instruction` cases), then configure the project with
246+
`-DJSONSCHEMA_PORTABLE:BOOL=ON`.

0 commit comments

Comments
 (0)