mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Travis: Added Clang AddressSanitizer and UndefinedBehaviorSanitizer
This commit is contained in:
		| @@ -18,4 +18,8 @@ if(${COVERAGE}) | ||||
| 	set(CMAKE_CXX_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage") | ||||
| endif() | ||||
|  | ||||
| if(${SANITIZE}) | ||||
|    set(CMAKE_CXX_FLAGS "-fsanitize=address,undefined") | ||||
| endif() | ||||
|  | ||||
| add_subdirectory(test) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user