From f5318cc75924fc8b9bcda9b4412ed27db38307c5 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Fri, 5 Jan 2018 20:17:37 +0900 Subject: [PATCH] Describe more about C++ exception. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 62efb91..25a1783 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,7 @@ if (!ret) { ## Compile options -* `TINYGLTF_NOEXCEPTION` : Disable C++ exception handling. You can use `-fno-exceptions` or by defining the symbol `JSON_NOEXCEPTION` to fully disable C++ exception codes. -* `TINGLTF_ +* `TINYGLTF_NOEXCEPTION` : Disable C++ exception in JSON parsing. You can use `-fno-exceptions` or by defining the symbol `JSON_NOEXCEPTION` and `TINYGLTF_NOEXCEPTION` to fully remove C++ exception codes when compiling TinyGLTF. ### Saving gltTF 2.0 model