blob: c3b7c9cabebee7f2c15f0f0ff1fd00ca4f6ffc04 [file] [log] [blame]
# Copyright 2018 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 brotli, https://crbug.com/878728.
cros_pre_src_prepare_filter_sanitizers() {
append-flags -fno-sanitize=alignment
}