summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-03-24 08:40:04 -0400
committerAnthony Green <green@moxielogic.com>2018-03-24 08:40:04 -0400
commit6f7c29c5a6d2850ce53b99efcc71fcc4e8f8c8cc (patch)
tree59bdc5efb6d0aa12561d73e03d91955e7a21d9a5 /README.md
parentf3c2729ee4026c9f70a6656603bac8ba2ec40a5d (diff)
downloadlibffi-6f7c29c5a6d2850ce53b99efcc71fcc4e8f8c8cc.tar.gz
Formatting fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 46d9011..1afe427 100644
--- a/README.md
+++ b/README.md
@@ -132,19 +132,19 @@ If you're building libffi directly from version control, configure won't
exist yet; run ./autogen.sh first.
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.
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.
-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
are using Purify with libffi. Only use this switch when using
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.
It's also possible to build libffi on Windows platforms with