File tree Expand file tree Collapse file tree 6 files changed +17
-3
lines changed Expand file tree Collapse file tree 6 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1+ recursive-include lib *
Original file line number Diff line number Diff line change @@ -15,5 +15,7 @@ pyroscope_pyspy = { path = "../../../pyroscope_backends/pyroscope_pyspy" }
1515cbindgen = " 0.20.0"
1616
1717[profile .release ]
18+ opt-level = " z"
19+ debug = false
1820lto = true
1921codegen-units = 1
Original file line number Diff line number Diff line change 1+ # The language to output bindings in
12language = " C"
3+ documentation_style = " C"
4+
25style = " type"
3- header = " /* Licensed under Apache-2.0 */"
6+
7+ # An optional name to use as an include guard
48include_guard = " PYROSCOPE_FFI_H_"
9+ # include a comment with the version of cbindgen used to generate the file
510include_version = true
11+
12+ # An optional string of text to output at the beginning of the generated file
13+ header = " /* Licensed under Apache-2.0 */"
614autogen_warning = " /* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
15+
16+ braces = " SameLine"
717tab_width = 2
818line_length = 80
919
1020[parse ]
11- parse_deps = false
21+ # Do not parse dependent crates
22+ parse_deps = false
Original file line number Diff line number Diff line change 11[metadata]
22name = pyroscope_beta
3- version = 0.1 .0
3+ version = 0.2 .0
44description = Pyroscope Python integration
55long_description = file: README.md
66long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments