blob: 8c809ffdd611fe7437cb3d23ebbd97a1ec02def0 [file] [log] [blame]
# Copyright 2016 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.
cros_pre_src_prepare_enable_cxx_exceptions() {
cros_enable_cxx_exceptions
}
# We do not want to build gdb with sanitizer flags, https://crbug.com/841859.
cros_pre_src_prepare_filter_sanitizers() {
filter_sanitizers
}