diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-10-15 22:20:45 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-10-15 22:20:45 +0300 |
| commit | 172fa2f8ddac5a53ea6fa6632e0cfaeb53344b64 (patch) | |
| tree | 9c0653bf0e7718f754051555d9e56cd4119280b1 /coredata.py | |
| parent | c5788548d225b1cf5561244e24da8a8cd6d7f488 (diff) | |
| parent | 0d56955e9cda7993ef07894fb58bb90ba5b463e6 (diff) | |
| download | meson-172fa2f8ddac5a53ea6fa6632e0cfaeb53344b64.tar.gz | |
Merge pull request #275 from mesonbuild/compileroptions
Compiler options
Diffstat (limited to 'coredata.py')
| -rw-r--r-- | coredata.py | 1 |
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: |
