Formatting fixes

This commit is contained in:
Anthony Green
2018-03-24 08:40:04 -04:00
parent f3c2729ee4
commit 6f7c29c5a6

View File

@@ -132,19 +132,19 @@ If you're building libffi directly from version control, configure won't
exist yet; run ./autogen.sh first. exist yet; run ./autogen.sh first.
You may want to tell configure where to install the libffi library and You may want to tell configure where to install the libffi library and
header files. To do that, use the --prefix configure switch. Libffi header files. To do that, use the ``--prefix`` configure switch. Libffi
will install under /usr/local by default. will install under /usr/local by default.
If you want to enable extra run-time debugging checks use the the If you want to enable extra run-time debugging checks use the the
--enable-debug configure switch. This is useful when your program dies ``--enable-debug`` configure switch. This is useful when your program dies
mysteriously while using libffi. mysteriously while using libffi.
Another useful configure switch is --enable-purify-safety. Using this Another useful configure switch is ``--enable-purify-safety``. Using this
will add some extra code which will suppress certain warnings when you will add some extra code which will suppress certain warnings when you
are using Purify with libffi. Only use this switch when using are using Purify with libffi. Only use this switch when using
Purify, as it will slow down the library. Purify, as it will slow down the library.
If you don't want to build documentation, use the --disable-docs If you don't want to build documentation, use the ``--disable-docs``
configure switch. configure switch.
It's also possible to build libffi on Windows platforms with It's also possible to build libffi on Windows platforms with