Syoyo Fujita 48b3422925 Initial addition of animation data dumper.
Add an utility function to get buffer byte address.
2018-12-28 22:26:47 +09:00

7 lines
256 B
Makefile

# Use this for strict compilation check(will work on clang 3.8+)
#EXTRA_CXXFLAGS := -fsanitize=address -Wall -Werror -Weverything -Wno-c++11-long-long -Wno-c++98-compat
all:
clang++ -I../../ $(EXTRA_CXXFLAGS) -std=c++11 -g -O0 -o anim-dump anim-dump.cc