Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gccExecutables (0.17 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/variants/groovy/build.gradle

                    cppCompiler.args '-O3'
                }
            }
        }
    
        // Tasks to build all binaries for a tool chain
        tasks {
            gccExecutables(Task) {
                dependsOn $.binaries.findAll { it.toolChain in Gcc }
            }
            visualCppExecutables(Task) {
                dependsOn $.binaries.findAll { it.toolChain in VisualCpp }
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.8K bytes
    - Viewed (0)
Back to top