mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 01:33:10 +00:00
47f0f32de5
From the readme: > The recommended release build is: > make MATCHCOMPILER=yes FILESDIR=/usr/share/cppcheck HAVE_RULES=yes > > Flags: > MATCHCOMPILER=yes : Python is used to optimise cppcheck at compile time > FILESDIR=/usr/share/cppcheck : Specify folder where cppcheck files are installed > HAVE_RULES=yes : Enable rules (pcre is required if this is used) This adds MATCHCOMPILER and fixes the location of FILESDIR into a standard directory instead of that ugly '$out/cfg' directory. The Makefile needs 'which' to locate Python. |
||
---|---|---|
.. | ||
default.nix |