We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc9611 commit 95042b1Copy full SHA for 95042b1
COMPILING.md
@@ -255,6 +255,10 @@ 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
+ Note that if you do not specify the `build` directory the current directory
259
+ will be the build target. This will modify many version controlled files
260
+ and be messy to fix.
261
+
262
On macOS >10.14, the build will fail unless you explicitly specify
263
the full path to the compiler. This issue is being tracked
264
[here](https://github.com/diffblue/cbmc/issues/4956). The invocation thus
0 commit comments