Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Build stenotype with clang sanitization. #85

Merged
merged 4 commits into from
Feb 15, 2015
Merged

Build stenotype with clang sanitization. #85

merged 4 commits into from
Feb 15, 2015

Conversation

gconnell
Copy link
Contributor

This CL adds to the stenotype Makefile the ability to build stenotype using
clang's memory, address, and thread sanitization. By passing SANITIZE=address,
SANITIZE=thread, or SANITIZE=memory to the 'make' command on the command-line,
you'll force 'make' to build with clang++ and pass in sanitization flags.

Also, removes some unused code detected by clang.

This CL adds to the stenotype Makefile the ability to build stenotype using
clang's memory, address, and thread sanitization.  By passing SANITIZE=address,
SANITIZE=thread, or SANITIZE=memory to the 'make' command on the command-line,
you'll force 'make' to build with clang++ and pass in sanitization flags.
gconnell added a commit that referenced this pull request Feb 15, 2015
Build stenotype with clang sanitization.
@gconnell gconnell merged commit 61848fa into google:master Feb 15, 2015
@gconnell gconnell deleted the clang branch February 15, 2015 17:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant