Why compile with gcc -o flappy_bird flappy_bird.c -lcurses?
gcc -o flappy_bird flappy_bird.c -lcurses
To enable only compiler debugging symbols
To switch the source language from C to C++
To link the terminal-screen functions used by the program
To compress the executable