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 179cd38 commit 288a777Copy full SHA for 288a777
1 file changed
runtime/build.gradle
@@ -54,8 +54,8 @@ model {
54
"-I${file("src/main/jni/include")}".toString()
55
])
56
57
- cppFlags.addAll(["-std=c++11", "-fexceptions"])
58
- CFlags.addAll(["-Wno-error=format-security", "-g"])
+ cppFlags.addAll(["-std=c++11", "-fexceptions", "-fno-builtin-stpcpy"])
+ CFlags.addAll(["-Wno-error=format-security", "-g", "-fno-builtin-stpcpy"])
59
60
ldLibs.addAll(["android", "dl", "log", "atomic", "z"])
61
0 commit comments