Revert "Revert "try asan on Linux"" [Back to asan on Linux]
This reverts commit 02a704a8c7.
			
			
This commit is contained in:
		| @@ -29,6 +29,9 @@ sanitizersFlags = { | ||||
|     'none': '' | ||||
| } | ||||
| sanitizer = 'tsan' | ||||
| if osName == 'Linux': | ||||
|     sanitizer = 'asan' | ||||
|  | ||||
| sanitizerFlags = sanitizersFlags[sanitizer] | ||||
|  | ||||
| cmakeCmd = 'cmake -DCMAKE_BUILD_TYPE=Debug {} {} ..'.format(generator, sanitizerFlags) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user