Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile: Allow build debug binary without Address Sanitizer #4

Merged
merged 1 commit into from Jan 30, 2018

Conversation

sztsian
Copy link
Contributor

@sztsian sztsian commented Jan 29, 2018

Default build do not enable Address Sanitizer, however default debug
build enables it. With this patch, default debug build will also disable
Address Sanitizer and if user want to make a debug build with Address
Sanitizer enabled, user can make asan-debug.

Signed-off-by: Ziqian SUN zsun@redhat.com

Default build do not enable Address Sanitizer, however default debug
build enables it. With this patch, default debug build will also disable
Address Sanitizer and if user want to make a debug build with Address
Sanitizer enabled, user can `make asan-debug`.

Signed-off-by: Ziqian SUN (Zamir) <zsun@redhat.com>
@skozina skozina merged commit 545535a into skozina:master Jan 30, 2018
@sztsian sztsian deleted the bz1538977-2 branch March 12, 2018 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants