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

@@ -300,9 +300,9 @@ int main()
Error += isPowerOfTwo::test();
Error += ceilPowerOfTwo::test();
# ifdef GLM_TEST_ENABLE_PERF
# ifdef NDEBUG
Error += ceilPowerOfTwo::perf();
# endif
# endif//NDEBUG
return Error;
}