mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-07-07 22:31:50 +08:00
5 lines
150 B
Makefile
5 lines
150 B
Makefile
EXTRA_CXXFLAGS=-fsanitize=address
|
|
|
|
all:
|
|
clang++ $(EXTRA_CXXFLAGS) -g -O1 -I. -Ivalijson/include tinygltf-validate.cc json11.cpp -o tinygltf-validate
|