he's a beautuful lad though -michael

main
Brett 2024-02-17 20:46:05 -05:00
parent 0b6dfa6f87
commit d6f180ee05
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF)
option(ENABLE_UBSAN "Enable the ub sanitizer" OFF)
option(ENABLE_TSAN "Enable the thread data race sanitizer" OFF)
add_compile_options(-march=native)
set(CMAKE_CXX_STANDARD 17)
add_subdirectory(libs/BLT)