Updated Compatibility issues (markdown)

Benoît Blanchon
2016-12-28 09:39:45 +01:00
parent a0a40cb33f
commit 1aff8bbcd8

@@ -95,4 +95,12 @@ To do that, just add the following line at the top of your program:
#define ARDUINOJSON_ENABLE_PROGMEM 0
```
Then, you may have the following linker error:
```
undefined reference to__cxa_guard_release'
```
To solve this, you need to add `-fno-threadsafe-statics` in `platform.txt`.
See issue [#407](https://github.com/bblanchon/ArduinoJson/issues/407)