blob: 4abc671c314b8669a3b4cb3e4825c1cd723d136f [file] [log] [blame]
# Copyright 2017 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.
# libcxxabi requires c++ exceptions support since
# it does try/catch/throw in several places.
# https://crbug.com/724628
cros_pre_src_prepare_enable_cxx_exceptions() {
cros_enable_cxx_exceptions
}