From 25ba87f119262c1425a18583c9990112e895f94c Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Wed, 15 Oct 2014 22:18:16 -0400 Subject: [PATCH] Make mpw-bench optional. --- MasterPassword/C/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MasterPassword/C/build b/MasterPassword/C/build index 79e2a88d..14a10cd1 100755 --- a/MasterPassword/C/build +++ b/MasterPassword/C/build @@ -21,7 +21,7 @@ options=( # available targets. targets=( mpw # C CLI version of Master Password. - mpw-bench # C CLI Master Password benchmark utility. + #mpw-bench # C CLI Master Password benchmark utility. )