diff options
author | Billy Donahue <billy.donahue@mongodb.com> | 2018-12-20 12:49:02 -0500 |
---|---|---|
committer | Billy Donahue <billy.donahue@mongodb.com> | 2019-01-07 13:19:49 -0500 |
commit | de4f60966b2ea5f461ba532edda65c560002140d (patch) | |
tree | 677ca4416469f4d35144d7220dd394a746e6df20 /SConstruct | |
parent | 11bb071e91461b1f8e40b9b15ddf3b9e1a2d23d1 (diff) | |
download | mongo-de4f60966b2ea5f461ba532edda65c560002140d.tar.gz |
SERVER-38462 disable the ABSL internal use of reinterpret_cast for unaligned access
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index a5e943fd293..1461af983f8 100644 --- a/SConstruct +++ b/SConstruct @@ -3236,6 +3236,7 @@ def doConfigure(myenv): CPPDEFINES=[ "BOOST_SYSTEM_NO_DEPRECATED", "BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS", + "ABSL_FORCE_ALIGNED_ACCESS", ] ) |