aboutsummaryrefslogtreecommitdiff
path: root/build/BUILD.gn
diff options
context:
space:
mode:
authorArman Uguray <armansito@google.com>2015-07-16 18:12:13 -0700
committerArman Uguray <armansito@google.com>2015-07-24 21:16:03 +0000
commit065d0f709343129f82ff3d072dcb36f612038598 (patch)
tree01f4456de6bb2d1c539e6fdb013a82139e31201e /build/BUILD.gn
parentf2d6434a6b7ad98e20c7a601d2a0950237514837 (diff)
downloadbt-065d0f709343129f82ff3d072dcb36f612038598.tar.gz
service: Introduce a global Settings object
Introduced a global Settings object that will store all runtime properties that would be associated with a config file, Android system properties, etc. Added a mechanism to parse command-line options which can be used to pass paths to configuration files, file path for UNIX domain socket based IPC mechanism, and any other property that is dynamic in nature. This will help us remove hardcoded paths, strings, and other such values in the future. Bug: 22532366 Change-Id: I8e790363ed31d44369f7991a8ea7132d1cace70b
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 = [