We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c2532a + 9f67fd5 commit 90afd47Copy full SHA for 90afd47
COMPILING.md
@@ -255,6 +255,14 @@ require manual modification of build files.
255
to generate IDE projects by supplying the `-G` flag. Run `cmake -G` for a
256
comprehensive list of supported back-ends.
257
258
+ On macOS >10.14, the build will fail unless you explicitly specify
259
+ the full path to the compiler. This issue is being tracked
260
+ [here](https://github.com/diffblue/cbmc/issues/4956). The invocation thus
261
+ looks like this:
262
+ ```
263
+ cmake -S. -Bbuild -DCMAKE_C_COMPILER=/usr/bin/clang
264
265
+
266
Generally it is not necessary to manually specify individual compiler or
267
linker flags, as CMake defines a number of "build modes" including Debug and
268
Release modes. To build in a particular mode, add the flag
0 commit comments