'-std=gnu++11' is also needed by g++.
This commit is contained in:
parent
13f816b4bb
commit
167b2f5881
1 changed files with 1 additions and 5 deletions
|
@ -179,6 +179,7 @@
|
||||||
}],
|
}],
|
||||||
['OS=="linux"', {
|
['OS=="linux"', {
|
||||||
'cflags_cc': [
|
'cflags_cc': [
|
||||||
|
'-std=gnu++11',
|
||||||
'-fno-rtti',
|
'-fno-rtti',
|
||||||
'<!@(pkg-config --cflags gtk+-2.0)',
|
'<!@(pkg-config --cflags gtk+-2.0)',
|
||||||
],
|
],
|
||||||
|
@ -200,11 +201,6 @@
|
||||||
['CXX.host', '$(CXX)'],
|
['CXX.host', '$(CXX)'],
|
||||||
['LINK.host', '$(LINK)'],
|
['LINK.host', '$(LINK)'],
|
||||||
],
|
],
|
||||||
'target_defaults': {
|
|
||||||
'cflags_cc': [
|
|
||||||
'-std=gnu++11',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
}],
|
}],
|
||||||
['OS=="win"', {
|
['OS=="win"', {
|
||||||
'target_defaults': {
|
'target_defaults': {
|
||||||
|
|
Loading…
Reference in a new issue