Compile as C++11 on Linux
This commit is contained in:
parent
7f3afbaf3d
commit
22ea2073df
1 changed files with 5 additions and 0 deletions
|
@ -174,6 +174,11 @@
|
||||||
['exclude', '_win\.(cc|h)$'],
|
['exclude', '_win\.(cc|h)$'],
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
|
['OS=="linux"', {
|
||||||
|
'cflags_cc': [
|
||||||
|
'-std=gnu++11',
|
||||||
|
],
|
||||||
|
}],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'conditions': [
|
'conditions': [
|
||||||
|
|
Loading…
Reference in a new issue