Sign in
gn
/
gn.git
/
85d0c04b435dc4b579773f97e7b885a09aa8bbd5
/
.
/
tools
/
gn
/
format_test_data
/
044.gn
blob: fe09617912d97e89ec1b72c19dc809804d752130 [
file
] [
log
] [
blame
]
config
(
"compiler"
)
{
if
(
is_win
)
{
if
(
is_component_build
)
{
cflags
+=
[
"/EHsc"
,
# Assume C functions can't throw exceptions and don't catch
# structured exceptions (only C++ ones).
]
}
}
}