optimizations

This commit is contained in:
=
2024-01-19 19:21:26 +01:00
parent 50f36d4926
commit 905d20efb6
2 changed files with 16 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
# Pong
A pong implementation in C++. You'll need cmake make, sdl2 sdl2-gfx and sdl2-ttf to compile.
A pong implementation in C++. You'll need cmake make, sdl2 sdl2-gfx and sdl2-ttf to compile.
To enable compiler optimizations pass `-DENABLE_OPTIMIZATIONS=ON` to cmake. You'll end up with the following command `cmake -DENABLE_OPTIMIZATIONS=ON`.