mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	feat: Implement clang build analyzer (#2072)
Fix: https://github.com/XRPLF/clio/issues/936
This commit is contained in:
		@@ -17,6 +17,7 @@ option(packaging "Create distribution packages" FALSE)
 | 
			
		||||
option(lint "Run clang-tidy checks during compilation" FALSE)
 | 
			
		||||
option(static "Statically linked Clio" FALSE)
 | 
			
		||||
option(snapshot "Build snapshot tool" FALSE)
 | 
			
		||||
option(time_trace "Build using -ftime-trace to create compiler trace reports" FALSE)
 | 
			
		||||
 | 
			
		||||
# ========================================================================== #
 | 
			
		||||
set(san "" CACHE STRING "Add sanitizer instrumentation")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user