diff options
author | 2020-08-21 23:20:42 +1000 | |
---|---|---|
committer | 2020-08-21 23:21:05 +1000 | |
commit | ecab55f70064cea43093cf28f176b19324f4302f (patch) | |
tree | cefd6c9f1d098caaf1293f7aa65dd434b99a051f /docs | |
parent | 3c5f9eb0ceb88a6da325caaf4a46ce5c8b085a5e (diff) |
emu/video: check macros are defined before doing comparisons, also fix a typo in docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/initialsetup/compilingmame.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/initialsetup/compilingmame.rst b/docs/source/initialsetup/compilingmame.rst index 91a73f6b13e..09b45d2869a 100644 --- a/docs/source/initialsetup/compilingmame.rst +++ b/docs/source/initialsetup/compilingmame.rst @@ -502,7 +502,7 @@ Linking using the LLVM linker The LLVM linker is generally faster than the GNU linker that GCC uses by default. This is more pronounced on systems with a high overhead for file -system operations (e.g. Microsoft Window, or when compiling on a disk mounted +system operations (e.g. Microsoft Windows, or when compiling on a disk mounted over a network). To use the LLVM linker with GCC, ensure the LLVM linker is installed and add ``-fuse-ld=lld`` to the linker options (e.g. in the **LDFLAGS** environment variable or in the **ARCHOPTS** setting). |