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 b21e856 commit 23110c4Copy full SHA for 23110c4
aosp/libsparse/simg2simg/build.gradle.kts
@@ -12,3 +12,7 @@ application {
12
tasks.withType(LinkExecutable::class.java).configureEach {
13
linkerArgs.add("-lz")
14
}
15
+
16
+tasks.withType(CppCompile::class.java).configureEach {
17
+ compilerArgs.add("-std=c++11")
18
+}
0 commit comments