diff --git a/docs/guestfs-building.pod b/docs/guestfs-building.pod index c39a8ea83..a95941a29 100644 --- a/docs/guestfs-building.pod +++ b/docs/guestfs-building.pod @@ -475,12 +475,9 @@ need to make edits to the udev configuration. =head1 USING CLANG (LLVM) INSTEAD OF GCC export CC=clang - ./configure --disable-probes + ./configure make -SystemTap/DTrace-style userspace probe points don't work under the -Clang compiler, which is why you may need to disable them. - Don't enable GCC warnings (ie. I use C<./configure --enable-gcc-warnings>).