Interface CompilerArgsConfig
-
- All Known Implementing Classes:
DefaultCompilerArgsConfig
public interface CompilerArgsConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidapply(org.gradle.nativeplatform.Tool tool, boolean isDebug)java.util.List<java.lang.String>getArgs()java.util.List<java.lang.String>getDebugArgs()java.util.List<java.lang.String>getReleaseArgs()
-