summaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-10-15 22:20:45 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2015-10-15 22:20:45 +0300
commit172fa2f8ddac5a53ea6fa6632e0cfaeb53344b64 (patch)
tree9c0653bf0e7718f754051555d9e56cd4119280b1 /coredata.py
parentc5788548d225b1cf5561244e24da8a8cd6d7f488 (diff)
parent0d56955e9cda7993ef07894fb58bb90ba5b463e6 (diff)
downloadmeson-172fa2f8ddac5a53ea6fa6632e0cfaeb53344b64.tar.gz
Merge pull request #275 from mesonbuild/compileroptions
Compiler options
Diffstat (limited to 'coredata.py')
-rw-r--r--coredata.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/coredata.py b/coredata.py
index 793cd4702..4c244c063 100644
--- a/coredata.py
+++ b/coredata.py
@@ -61,6 +61,7 @@ class CoreData():
self.werror = options.werror
self.layout = options.layout
self.user_options = {}
+ self.compiler_options = {}
self.external_args = {} # These are set from "the outside" with e.g. mesonconf
self.external_link_args = {}
if options.cross_file is not None: