Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
78c86bfeed06f6a8feaae92db2d3ca6a2aaa723f
/
.
/
scripts
/
helpers
/
ccache-prefix-cpp.sh
blob: f74de47c322edf8aec95b09642a9e03b84da6087 [
file
] [
log
] [
blame
]
#!/bin/sh
# Add -P flag to get rid of #line directives which break caching
exec
"$@"
-
P