mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Enabled debug mode when PlatformIO builds in debug
This commit is contained in:
		| @@ -7,7 +7,7 @@ project(ArduinoJson) | ||||
|  | ||||
| enable_testing() | ||||
|  | ||||
| add_definitions(-DARDUINOJSON_DEBUG) | ||||
| add_definitions(-DARDUINOJSON_DEBUG=1) | ||||
| if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)") | ||||
| 	add_compile_options(-g -O0) | ||||
| endif() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user