gradle-plugin: Mention several available options in GRADLE_PLUGIN.md
This commit is contained in:
@@ -144,6 +144,10 @@ For this project the task graph will be the following:
|
||||
|
||||
noStdLib() // Don't link with stdlib.
|
||||
enableOptimization() // Enable compiler optimizations.
|
||||
enableAssertions() // Enable assertions in binaries generated.
|
||||
enableDebug() // Enable debugging for binaries generated.
|
||||
|
||||
manifest 'path/to/manifest.file' // A manifest addend file.
|
||||
|
||||
// Arguments to be passed to a linker.
|
||||
linkerOpts 'Some linker opts'
|
||||
|
||||
Reference in New Issue
Block a user