Commit ec1ffd4f authored by Nathan Bronson's avatar Nathan Bronson Committed by Facebook Github Bot

reenable FOLLY_F14_PERTURB_INSERTION_ORDER in debug builds

Summary:
This diff restores FOLLY_F14_PERTURB_INSERTION_ORDER to its
default value of folly::kIsDebug.

Reviewed By: shixiao

Differential Revision: D13292523

fbshipit-source-id: 2304014131ea2996fa917d899dc169fe25f8ec8c
parent a8b42588
......@@ -78,9 +78,7 @@
#endif
#ifndef FOLLY_F14_PERTURB_INSERTION_ORDER
// TODO(T34636025) reenable perturbation
//#define FOLLY_F14_PERTURB_INSERTION_ORDER folly::kIsDebug
#define FOLLY_F14_PERTURB_INSERTION_ORDER false
#define FOLLY_F14_PERTURB_INSERTION_ORDER folly::kIsDebug
#endif
namespace folly {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment