Explorar o código

Added clang notes.

bugz %!s(int64=4) %!d(string=hai) anos
pai
achega
a6db75cee1
Modificáronse 1 ficheiros con 23 adicións e 0 borrados
  1. 23 0
      clang.md

+ 23 - 0
clang.md

@@ -0,0 +1,23 @@
+
+# Using clang
+
+```
+export CC=clang-6.0
+export CXX=clang++-6.0
+rm CMakeCache.txt
+cmake .
+```
+
+Then make like "normal".
+
+Where normal is getting things like:
+
+    Invalid opcode
+
+?!? What the smeg ?!?
+
+Also, *apparently* it takes different settings to
+tell clang to make a debug build.  It doesn't
+with our config.  Debugging invalid opcode was
+pretty much impossible.
+