We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc4441 commit c75774bCopy full SHA for c75774b
common.gypi
@@ -2,8 +2,7 @@
2
'target_defaults': {
3
'default_configuration': 'Release',
4
'cflags_cc' : [
5
- '-std=c++14',
6
- '-fext-numeric-literals',
+ '-std=gnu++14',
7
'-Wno-error=effc++',
8
# The assumption is that projects based on node-cpp-skel will also
9
# depend on mason packages. Currently (this will change in future mason versions)
@@ -14,7 +13,11 @@
14
13
# More details at https://github.com/mapbox/mason/issues/319
15
'-D_GLIBCXX_USE_CXX11_ABI=0'
16
],
17
- 'cflags_cc!': ['-std=gnu++0x','-fno-rtti', '-fno-exceptions'],
+ 'cflags_cc!': [
+ '-std=gnu++0x',
18
+ '-fno-rtti',
19
+ '-fno-exceptions'
20
+ ],
21
'configurations': {
22
'Debug': {
23
'defines!': [
0 commit comments