mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-08-08 06:18:53 +00: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
|