We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
JSONSCHEMA_PORTABLE
1 parent a99b264 commit 3b92458Copy full SHA for 3b92458
1 file changed
README.markdown
@@ -238,3 +238,9 @@ cmake --install ./build --prefix <prefix> \
238
239
Where `<prefix>` can be any destination prefix of your choosing, such as `/opt`
240
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