diff options
author | Martok <martok@martoks-place.de> | 2023-06-21 01:33:03 +0200 |
---|---|---|
committer | Martok <martok@martoks-place.de> | 2023-06-21 22:18:07 +0200 |
commit | 14836b0c1716038c21c0f1e4e52d42059f730745 (patch) | |
tree | 75dfecb51b4dcbbf9b5063edc7b694fb69f9ab05 /moz.configure | |
parent | 30829b7a07451ec67b48a22a28f64ab073a1970c (diff) | |
download | uxp-14836b0c1716038c21c0f1e4e52d42059f730745.tar.gz |
Issue #2262 - Build with C++14 by default
Including infrastructure changes to ensure correct opts for future changes.
Based-on: m-c 1325632, 1418047, 1418573
Diffstat (limited to 'moz.configure')
-rw-r--r-- | moz.configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/moz.configure b/moz.configure index f3718f9493..eed4b87d5d 100644 --- a/moz.configure +++ b/moz.configure @@ -43,6 +43,8 @@ include('build/moz.configure/headers.configure', when='--enable-compile-environment') include('build/moz.configure/warnings.configure', when='--enable-compile-environment') +include('build/moz.configure/flags.configure', + when='--enable-compile-environment') include(include_project_configure) |