Skip to content

Commit 0ed7b7b

Browse files
author
bwsw
committedSep 4, 2023
removed native cpu optimization
1 parent 23ff53c commit 0ed7b7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/insight-platform/FFmpeg-Input"
77
readme = "README.md"
88
keywords = ["FFmpeg", "Video"]
99
categories = ["computer-vision"]
10-
version = "0.1.19"
10+
version = "0.1.20"
1111
edition = "2021"
1212
license="Apache-2.0"
1313
rust-version = "1.62"

‎docker/Dockerfile.u2004

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ COPY --from=planner /opt/recipe.json recipe.json
1919
RUN cargo chef cook --release --recipe-path recipe.json
2020
COPY . .
2121

22-
ENV RUSTFLAGS=" -C target-cpu=native -C opt-level=3"
22+
ENV RUSTFLAGS=" -C opt-level=3"
2323

2424
RUN maturin build --release --manylinux off --out dist
2525
RUN python3 -m pip install --upgrade pip

0 commit comments

Comments
 (0)
Please sign in to comment.