forked from bblanchon/ArduinoJson
Removed the indirection via StringSlot
This commit is contained in:
@ -7,8 +7,8 @@ project(ArduinoJson)
|
||||
|
||||
enable_testing()
|
||||
|
||||
add_definitions(-DARDUINOJSON_DEBUG)
|
||||
if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
|
||||
add_definitions(-DARDUINOJSON_DEBUG)
|
||||
add_compile_options(-g -O0)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user