You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set DTrace preprocessor via the DTRACE_CPP variable
The way DTrace generates files depend on the given preprocessor. Without
passing the CPP environment variable dtrace Python script uses the cpp
by default.
For systems where the CPP is set to something else, the generated files
won't be created the same way, so instead the DTrace preprocessor can be
overriden manually with the new DTRACE_CPP variable. For example:
./configure DTRACE_CPP="gcc -E -xc" --enable-dtrace
FixesGH-11847
0 commit comments