mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-12 15:24:18 +00:00
Merge pull request #1941 from realm/yg/no-gnu
Disable GNU dialect when building for Node 10 with GCC
This commit is contained in:
commit
81dd5931d5
@ -11,7 +11,8 @@
|
||||
"cflags_cc!": [ # turn off default flags on older nodes on linux
|
||||
"-fno-exceptions",
|
||||
"-fno-rtti",
|
||||
"-std=gnu++0x"
|
||||
"-std=gnu++0x",
|
||||
"-std=gnu++1y" # this is the default on Node.js 10, but we can't use the GNU dialect
|
||||
],
|
||||
"cflags_cc": [
|
||||
"-fexceptions",
|
||||
|
Loading…
x
Reference in New Issue
Block a user