aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2017-06-03 17:44:02 +0100
committerSergio Martins <smartins@kde.org>2017-06-03 17:44:02 +0100
commitc5c268c70dd1fd740d4a80fda72324d6dce4e709 (patch)
tree7ea71e435d19f0cb8d255b8ecd37ea677e7544ac /README.md
parent6e08d657f4cb77dfb761c13f5dc1c16a1f84d7f7 (diff)
README: Added instructions for 32-bit on Windows
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ccaa363a..4aa61e7d 100644
--- a/README.md
+++ b/README.md
@@ -337,6 +337,10 @@ For better results don't use parallel builds, otherwise a fixit being applied in
- macOS: Be sure you're not using Apple Clang
+- Windows: fatal error LNK1112: module machine type ‘X86’ conflicts with target machine type ‘x64’
+ If you're building in 32-bit, open clazy-cl.bat and insert a -m32 argument.
+ Should read: %~dp0\clang\clang.exe –driver-mode=cl -m32 (...)
+
# Qt4 compatibility mode
When running on codebases that must still compile with Qt4, you can pass `--qt4compat`