Skip to content

Commit

Permalink
Prepare to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
csWen committed Oct 13, 2022
1 parent 5b4d78a commit 02d6ddb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ env:

on:
push:
branches:
- master
tags:
- 'v*.*.*'

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ fuzzy_trie_nif-*.tar
# Temporary files, for example, from tests.
/tmp/

/priv/native

checksum-*.exs
Empty file added CHANGELOG.md
Empty file.
6 changes: 5 additions & 1 deletion native/fuzzy_trie_nif/.cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ rustflags = [
[target.aarch64-unknown-linux-musl]
rustflags = [
"-C", "target-feature=-crt-static"
]
]

# Provides a small build size, but takes more time to build.
[profile.release]
lto = true
Binary file removed priv/native/libfuzzy_trie_nif.so
Binary file not shown.

0 comments on commit 02d6ddb

Please sign in to comment.