Enabled debug mode when PlatformIO builds in debug

This commit is contained in:
Benoit Blanchon
2020-03-20 17:22:34 +01:00
parent 9cb0ddb5e7
commit 5b812522fa
6 changed files with 19 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# CAUTION: this file is invoked by https://github.com/google/oss-fuzz
CXXFLAGS += -I../../src -DARDUINOJSON_DEBUG
CXXFLAGS += -I../../src -DARDUINOJSON_DEBUG=1
all: \
$(OUT)/json_fuzzer \