Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
foreverneverer committed Dec 17, 2019
1 parent c8878f0 commit 33c7351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 33c7351

Please sign in to comment.