BNNSGraphCompileOptionsSetGenerateDebugInfo(_:_:)
Sets the option for the compiled graph to include debugging information.
Declaration
func BNNSGraphCompileOptionsSetGenerateDebugInfo(_ options: bnns_graph_compile_options_t, _ value: Bool)Parameters
- options:
The compilation options object.
- value:
truespecifies that the compiled graph includes debugging information; otherwise, the compiled graph excludes debugging information.
Discussion
The default option is to exclude debugging information.
See Also
Specifying and querying compilation options
bnns_graph_compile_options_tBNNSGraphCompileOptionsMakeDefault()BNNSGraphCompileOptionsDestroy(_:)BNNSGraphCompileOptionsSetOutputPath(_:_:)BNNSGraphCompileOptionsGetOutputPath(_:)BNNSGraphCompileOptionsSetOutputFD(_:_:)BNNSGraphCompileOptionsGetOutputFD(_:)BNNSGraphCompileOptionsSetTargetSingleThread(_:_:)BNNSGraphCompileOptionsGetTargetSingleThread(_:)BNNSGraphCompileOptionsSetOptimizationPreference(_:_:)BNNSGraphCompileOptionsGetOptimizationPreference(_:)BNNSGraphOptimizationPreferenceBNNSGraphCompileOptionsGetGenerateDebugInfo(_:)BNNSTargetSystemGeneric