[DEBUG] mm file mission c++x11 configuration
This commit is contained in:
parent
051759ed89
commit
18b7c4a34a
@ -110,6 +110,9 @@ class module:
|
|||||||
self.CompileFlags_CC([
|
self.CompileFlags_CC([
|
||||||
"-Wno-int-to-pointer-cast"
|
"-Wno-int-to-pointer-cast"
|
||||||
]);
|
]);
|
||||||
|
self.CompileFlags_XX([
|
||||||
|
"-Wno-c++11-narrowing"
|
||||||
|
])
|
||||||
# only for gcc :"-Wno-unused-but-set-variable"
|
# only for gcc :"-Wno-unused-but-set-variable"
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
@ -36,6 +36,7 @@ class Target:
|
|||||||
self.global_flags_cc=['-D__TARGET_OS__'+self.name]
|
self.global_flags_cc=['-D__TARGET_OS__'+self.name]
|
||||||
if self.name != "Windows":
|
if self.name != "Windows":
|
||||||
self.global_flags_xx=['-std=c++11']
|
self.global_flags_xx=['-std=c++11']
|
||||||
|
self.global_flags_mm=['-std=c++11']
|
||||||
else:
|
else:
|
||||||
self.global_flags_xx=['-std=c++0X']
|
self.global_flags_xx=['-std=c++0X']
|
||||||
self.global_flags_mm=[]
|
self.global_flags_mm=[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user