feat: us const & and std::move

This commit is contained in:
2023-11-11 12:42:50 +08:00
parent 8b2146a999
commit 902382a2bf
4 changed files with 136 additions and 131 deletions

View File

@ -1,4 +1,4 @@
set(PROJECT_NAME ${CMAKE_PROJECT_NAME})
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_FLAGS "-O2")
set(CMAKE_CXX_FLAGS "-Ofast")
add_library(int2048 STATIC int2048.cpp)