Package org.wpilib.nativeutils.platforms
Class DefaultCompilerArgsConfig
java.lang.Object
org.wpilib.nativeutils.platforms.DefaultCompilerArgsConfig
- All Implemented Interfaces:
CompilerArgsConfig
-
Constructor Details
-
DefaultCompilerArgsConfig
public DefaultCompilerArgsConfig()
-
-
Method Details
-
getArgs
- Specified by:
getArgsin interfaceCompilerArgsConfig- Returns:
- the args
-
getDebugArgs
- Specified by:
getDebugArgsin interfaceCompilerArgsConfig- Returns:
- the debugArgs
-
getReleaseArgs
- Specified by:
getReleaseArgsin interfaceCompilerArgsConfig- Returns:
- the releaseArgs
-