Skip to content
Snippets Groups Projects
Commit b738f0e8 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

nodejs: update gyp

Change-Id: I514b868d9f95908d65404a0fd17dce1d35b6ab70
parent 51c73e82
Branches release/202106
No related tags found
No related merge requests found
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
'include_dirs': ['../../src/'], 'include_dirs': ['../../src/'],
'libraries': ['-L<(module_root_dir)/../../src/.libs', '-lring'], 'libraries': ['-L<(module_root_dir)/../../src/.libs', '-lring'],
'cflags!': [ '-fno-exceptions' ], 'cflags!': [ '-fno-exceptions' ],
'cflags_cc!': [ '-fno-exceptions' ] 'cflags_cc!': [ '-fno-exceptions', '-fno-rtti', '-std=gnu++1y' ],
'cflags_cc': [ '-std=gnu++17' ]
} }
] ]
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment