1
0
forked from mirrors/0ad

Debundle Valgrind and make it optional

If a *nix user wishes to build `pyrogenesis` with support for Valgrind
(such as
it is), then can do so by passing `--with-valgrind` to
`update-workspaces.sh`.
(They will need Valgrind installed and locateable via `pkg-config`.)


Reviewed By: sera, Stan
Fixes: #2904
Differential Revision: https://code.wildfiregames.com/D3646
This was SVN commit r25933.
This commit is contained in:
s0600204
2021-09-20 22:18:28 +00:00
parent ce08f57f51
commit 31b70309b3
8 changed files with 35 additions and 13 deletions
@@ -43,8 +43,6 @@
#include <boost/flyweight/no_locking.hpp>
#include <boost/flyweight/no_tracking.hpp>
#include "valgrind.h"
/**
* @file
* Abstractions of various SpiderMonkey features.