mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
docs: Tested clang, and userspace probes now work.
This commit is contained in:
@@ -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<don't> use
|
||||
C<./configure --enable-gcc-warnings>).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user