'-std=gnu++11' is also needed by g++.

This commit is contained in:
Cheng Zhao 2014-01-01 02:29:27 +00:00
parent 13f816b4bb
commit 167b2f5881

View file

@ -179,6 +179,7 @@
}],
['OS=="linux"', {
'cflags_cc': [
'-std=gnu++11',
'-fno-rtti',
'<!@(pkg-config --cflags gtk+-2.0)',
],
@ -200,11 +201,6 @@
['CXX.host', '$(CXX)'],
['LINK.host', '$(LINK)'],
],
'target_defaults': {
'cflags_cc': [
'-std=gnu++11',
],
},
}],
['OS=="win"', {
'target_defaults': {