store only one direction of sprites
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
||||
# Compiler and flags
|
||||
CXX = g++
|
||||
CXXFLAGS = -std=c++17 -Wall -Wextra -O3 -fno-exceptions -fno-asynchronous-unwind-tables -fno-unwind-tables
|
||||
CXXFLAGS = -std=c++17 -Wall -Wextra -Os -fno-exceptions -fno-asynchronous-unwind-tables -fno-unwind-tables
|
||||
LDFLAGS = -lncurses -ltinfo -Wl,--gc-sections -s
|
||||
|
||||
# Directories
|
||||
|
||||
Reference in New Issue
Block a user