This commit is contained in:
parent
41f431fdb4
commit
81f051cf2b
@ -1,6 +1,6 @@
|
||||
--- a/mesonbuild/compilers.py
|
||||
+++ b/mesonbuild/compilers.py
|
||||
@@ -2403,13 +2403,18 @@ class GnuCPPCompiler(GnuCompiler, CPPCom
|
||||
@@ -2403,9 +2403,13 @@ class GnuCPPCompiler(GnuCompiler, CPPCom
|
||||
'3': default_warn_args + ['-Wextra', '-Wpedantic']}
|
||||
|
||||
def get_options(self):
|
||||
@ -16,8 +16,3 @@
|
||||
'none'),
|
||||
'cpp_debugstl': coredata.UserBooleanOption('cpp_debugstl',
|
||||
'STL debug mode',
|
||||
False)}
|
||||
+
|
||||
if self.gcc_type == GCC_MINGW:
|
||||
opts.update({
|
||||
'cpp_winlibs': coredata.UserStringArrayOption('cpp_winlibs', 'Standard Win libraries to link against',
|
||||
|
Loading…
Reference in New Issue
Block a user