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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user