<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/BNNSGraphCompileOptionsSetGenerateDebugInfo(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "c:@F@BNNSGraphCompileOptionsSetGenerateDebugInfo"
  },
  "title" : "BNNSGraphCompileOptionsSetGenerateDebugInfo(_:_:)"
}
-->

# BNNSGraphCompileOptionsSetGenerateDebugInfo(_:_:)

Sets the option for the compiled graph to include debugging information.

```
func BNNSGraphCompileOptionsSetGenerateDebugInfo(_ options: bnns_graph_compile_options_t, _ value: Bool)
```

## Parameters

`options`

The compilation options object.

`value`

`true` specifies that the compiled graph includes debugging information; otherwise, the compiled graph excludes debugging information.

## Discussion

The default option is to exclude debugging information.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)