nixpkgs/pkgs/development/tools/analysis/rr
Dominik Honnef a4fc60cdef rr: don't overwrite all of its C and CXX flags
These CMake flags have been present ever since the package was added in
2014. There is no documentation on why these flags should be necessary.
During local testing, rr built just fine without them.

In fact, I stumbled upon this when rr from nixpkgs failed to record
applications that use OpenGL, such as glxinfo or glxgears, whereas a
manually built rr worked just fine. I tracked it down to these flags.

I wasn't able to determine the relevant differences between the two
builds of rr.
2023-02-24 04:00:08 +01:00
..
default.nix rr: don't overwrite all of its C and CXX flags 2023-02-24 04:00:08 +01:00
zen_workaround.nix