Always define FOLLY_LIBRARY_SANITIZE_ADDRESS to either 0 or 1

Summary: [Folly] Always define `FOLLY_LIBRARY_SANITIZE_ADDRESS` to either 0 or 1.

Reviewed By: simpkins

Differential Revision: D10414836

fbshipit-source-id: d60ef8380c50971858ed282374f1b5973a27cdf4
This commit is contained in:
Yedidya Feldblum 2019-06-12 15:50:07 -07:00 committed by Facebook Github Bot
parent fb7deb7f01
commit 84137aebf1

View File

@ -30,7 +30,7 @@ TEST(Memory, StdStringMemoryUsage) {
test += "p";
}
}
#ifndef FOLLY_LIBRARY_SANITIZE_ADDRESS
#if !FOLLY_LIBRARY_SANITIZE_ADDRESS
/*
* Test case disabled when Address Sanitation is on since SSO optimization is
* disabled when Address Sanitation is enabled