use sync 2.0
This commit is contained in:
parent
0db8fac3e5
commit
2710eabee1
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE_NAME=realm-js
|
PACKAGE_NAME=realm-js
|
||||||
VERSION=1.10.3
|
VERSION=2.0.0-rc4
|
||||||
REALM_CORE_VERSION=2.8.6
|
REALM_CORE_VERSION=2.8.6
|
||||||
REALM_SYNC_VERSION=1.10.5
|
REALM_SYNC_VERSION=2.0.0-rc9
|
||||||
REALM_OBJECT_SERVER_VERSION=1.8.2
|
REALM_OBJECT_SERVER_VERSION=2.0.0-alpha9
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
"-Wno-missing-field-initializers",
|
"-Wno-missing-field-initializers",
|
||||||
"-Wno-return-type",
|
"-Wno-return-type",
|
||||||
"-Wno-unused-result",
|
"-Wno-unused-result",
|
||||||
"-Wno-deprecated-declarations",
|
"-Wno-deprecated-declarations"
|
||||||
"-Wundef"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"cflags_cc!": [ # turn off default flags on older nodes on linux
|
"cflags_cc!": [ # turn off default flags on older nodes on linux
|
||||||
|
|
Loading…
Reference in New Issue