naiveproxy/tools/gn/format_test_data/044.golden
2018-08-11 05:35:24 +00:00

12 lines
323 B
Plaintext

# 80 ---------------------------------------------------------------------------
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).
]
}
}
}