aboutsummaryrefslogtreecommitdiff
path: root/build/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'build/BUILD.gn')
-rw-r--r--build/BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/BUILD.gn b/build/BUILD.gn
index 9147f580d..fb20a34f6 100644
--- a/build/BUILD.gn
+++ b/build/BUILD.gn
@@ -50,7 +50,8 @@ config("linux") {
]
cflags_cc = [
- "-std=c++11"
+ "-std=c++11",
+ "-fno-exceptions",
]
defines = [