mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Drop support for C++98/C++03 (closes #1820)
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| # CAUTION: this file is invoked by https://github.com/google/oss-fuzz | ||||
|  | ||||
| CXXFLAGS += -I../../src -DARDUINOJSON_DEBUG=1 | ||||
| CXXFLAGS += -I../../src -DARDUINOJSON_DEBUG=1 -std=c++11 | ||||
|  | ||||
| all: \ | ||||
| 	$(OUT)/json_fuzzer \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user