blob: ce0f3a6f6364467e9863c3468366cb02ed10b895 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Disable alignement sanitization for snappy, https://crbug.com/1022899.
cros_pre_src_prepare_filter_sanitizers() {
append-flags -fno-sanitize=alignment || die
}