Skip to content

Commit

Permalink
[feat] Use cc for build
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Feb 5, 2024
1 parent 49e56af commit 5ebd990
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 132 deletions.
2 changes: 2 additions & 0 deletions .justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bindings:
bindgen vendor/jpeglib.h -I
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ nasm-rs = { version = "0.2.5", features = ["parallel"] }
sorse = { path = "../sorse/" }

[features]
default = ["build", "simd"]
default = ["simd"]
bindgen = []
jpeg80_abi = ["jpeg70_abi"]
jpeg70_abi = ["arith_dec", "arith_enc"]
arith_enc = []
arith_dec = []
jpegtran = []
simd = []
build = []
c_lossless = []
d_lossless = []
Loading

0 comments on commit 5ebd990

Please sign in to comment.