docs: Tested clang, and userspace probes now work.

This commit is contained in:
Richard W.M. Jones
2016-01-22 15:43:53 +00:00
parent e3ff6507e9
commit 2b9fda2f92

View File

@@ -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>).