Skip to content

Commit

Permalink
Change UCI version
Browse files Browse the repository at this point in the history
Bench: 10026380
  • Loading branch information
Dannyj1 committed Feb 10, 2023
1 parent 38da714 commit c8b00fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ set(CMAKE_CXX_STANDARD 20)
set(CMAKE_EXE_LINKER_FLAGS "-static-libgcc -static-libstdc++ -std=c++20 -pthread -flto=full")

#set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -O0 -march=native -Wall -Wextra -Wfatal-errors -ftrivial-auto-var-init=uninitialized -Wno-error=unused-command-line-argument -Wuninitialized -std=c++20 -g -gcodeview -Wl,--pdb=Zagreus.pdb")
#set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -Ofast -march=x86-64 -mlzcnt -Wall -Wextra -Wfatal-errors -Wuninitialized -fuse-ld=lld -std=c++20 -pthread -flto")
#set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -Ofast -march=native -Wall -Wextra -Wuninitialized -Wfatal-errors -std=c++20 -pthread -flto -fprofile-generate -fprofile-instr-use=tuner.profdata")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -Ofast -march=native -Wall -Wextra -Wuninitialized -Wfatal-errors -std=c++20 -pthread -flto")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -Ofast -march=x86-64 -mlzcnt -Wall -Wextra -Wfatal-errors -Wuninitialized -fuse-ld=lld -std=c++20 -pthread -flto")
#set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -Ofast -march=native -Wall -Wextra -Wuninitialized -Wfatal-errors -std=c++20 -pthread -flto")

file(GLOB inc_zagreus "src/*.h" "src/*.cpp")
file(GLOB inc_senjo "senjo/*.h" "senjo/*.cpp")
Expand Down
2 changes: 1 addition & 1 deletion src/engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ namespace Zagreus {
}

std::string ZagreusEngine::getEngineVersion() {
return "v2.0.0";
return "v2.1.0";
}

std::string ZagreusEngine::getAuthorName() {
Expand Down

0 comments on commit c8b00fa

Please sign in to comment.