Multi-type elements (#34)

This commit is contained in:
Nic Barker 2024-10-22 20:41:35 +13:00 committed by GitHub
parent 3dffbea2a3
commit 29133bc783
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 2296 additions and 2044 deletions

View file

@ -8,5 +8,5 @@ add_executable(clay_examples_cpp_project_example main.cpp)
target_include_directories(clay_examples_cpp_project_example PUBLIC .)
set(CMAKE_CXX_FLAGS_DEBUG "-Wall")
set(CMAKE_CXX_FLAGS_DEBUG "-Werror -Wall")
set(CMAKE_CXX_FLAGS_RELEASE "-O3")