---
title: otherCFlags
framework: swift-package-manager
role: symbol
role_heading: Instance Property
path: swift-package-manager/documentation/packageplugin/packagemanager/buildparameters/othercflags
---

# otherCFlags

Additional flags to pass to all C compiler invocations for the destination platform.

## Declaration

```swift
var otherCFlags: [String]
```

## See Also

### Inspecting Build Parameters

- [configuration](swift-package-manager/documentation/packageplugin/packagemanager/buildparameters/configuration.md)
- [logging](swift-package-manager/documentation/packageplugin/packagemanager/buildparameters/logging.md)
- [echoLogs](swift-package-manager/documentation/packageplugin/packagemanager/buildparameters/echologs.md)
- [otherCxxFlags](swift-package-manager/documentation/packageplugin/packagemanager/buildparameters/othercxxflags.md)
- [otherLinkerFlags](swift-package-manager/documentation/packageplugin/packagemanager/buildparameters/otherlinkerflags.md)
- [otherSwiftcFlags](swift-package-manager/documentation/packageplugin/packagemanager/buildparameters/otherswiftcflags.md)
