Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
urisinger committed Jun 27, 2023
1 parent b2004d8 commit 5e2e2ac
Show file tree
Hide file tree
Showing 36 changed files with 5,199 additions and 45 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release")
set(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} -Ofast ")
else(UNIX)
set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} /Ox ")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Ox ")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Ox ")
endif(UNIX)
endif(CMAKE_BUILD_TYPE STREQUAL "Release")

Expand Down
Binary file removed bin/x64-Release/GrandChess.exe
Binary file not shown.
10 changes: 0 additions & 10 deletions bin/x64-Release/GrandChess.exe.manifest

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"requests":[{"kind":"cache","version":2},{"kind":"cmakeFiles","version":1},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1}]}
Loading

0 comments on commit 5e2e2ac

Please sign in to comment.