drop templates in favor of vector sizes

This commit is contained in:
2019-09-16 00:49:18 -04:00
parent cddb3b56dc
commit 02611be11a
7 changed files with 28 additions and 18 deletions

View File

@@ -14,3 +14,8 @@ option(GLM_TEST_ENABLE OFF)
add_subdirectory(vendor/glm)
add_subdirectory(cosets)
if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
endif ()
set(CMAKE_CXX_FLAGS_RELEASE "-O3")