From 33c73510430005c28e3ed055849b803e3b6a4c8c Mon Sep 17 00:00:00 2001 From: JiaShuo Date: Tue, 17 Dec 2019 17:52:19 +0800 Subject: [PATCH] format --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index cfa17132a0..21199984fa 100755 --- a/run.sh +++ b/run.sh @@ -65,7 +65,7 @@ function usage_build() } function run_build() { - #Note: No memory mode, because MemorySanitizer is only available in Clang for Linux x86_64 targets + #Note: No memory check mode, because MemorySanitizer is only available in Clang for Linux x86_64 targets SANITIZERS=("address" "leak" "thread" "undefined") C_COMPILER="gcc"