blob: 3b227bda6aa927c8da224bf91f01bd05de3e309a [file] [log] [blame] [edit]
# Use this for strict compilation check(will work on clang 3.8+)
#EXTRA_CXXFLAGS := -fsanitize=address -Wall -Werror -Weverything -Wno-c++11-long-long -DTINYGLTF_APPLY_CLANG_WEVERYTHING
all:
clang++ $(EXTRA_CXXFLAGS) -g -O0 -o loader_example loader_example.cc
lint:
./cpplint.py tiny_gltf_loader.h