Removed GLM_TEST_ENABLE_PERF

This commit is contained in:
Christophe Riccio
2014-11-29 20:46:58 +01:00
parent 0b9b157e24
commit a42f84ed47
12 changed files with 20 additions and 25 deletions

View File

@@ -263,9 +263,9 @@ int main()
Error += ::log2_::test();
Error += ::mod_::test();
# ifdef GLM_TEST_ENABLE_PERF
# ifdef NDEBUG
Error += ::log2_::perf();
# endif
# endif//NDEBUG
return Error;
}