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

@@ -1156,7 +1156,7 @@ int main()
Error += isnan_::test();
Error += isinf_::test();
# ifdef GLM_TEST_ENABLE_PERF
# ifdef NDEBUG
Error += sign::perf();
# endif