mirror of
https://github.com/lov3b/Pong.git
synced 2025-09-13 08:10:21 +02:00
optimizations
This commit is contained in:
@@ -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`.
|
Reference in New Issue
Block a user