Skip to content

Commit

Permalink
Make R bindings more self-contained to try to fix build issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
bovee committed Mar 24, 2022
1 parent 2c63fde commit 132495c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ members = [
"entab-py",
]

exclude = [
"entab-r",
]

[profile.release]
lto = true
codegen-units = 1
Expand Down
2 changes: 1 addition & 1 deletion entab-r/src/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
all:
cargo build --release --package=entab-r --manifest-path=../Cargo.toml
cargo build --release
cp ../target/release/libentab.so .

0 comments on commit 132495c

Please sign in to comment.