Skip to content

Commit

Permalink
Fix I/O errors by using safer compiler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv authored Jan 25, 2024
1 parent 385bbd4 commit 95f45ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG FFMPEG_VERSION
# common env
ENV \
RUSTFLAGS="-C target-cpu=sandybridge" \
CC="gcc -Ofast -funsafe-math-optimizations -ffinite-math-only -fno-rounding-math -fexcess-precision=fast -funroll-loops -ffunction-sections -fdata-sections -pipe -march=sandybridge -mtune=sandybridge" \
CC="gcc -O2 -pipe -march=sandybridge -mtune=sandybridge" \
DEBIAN_FRONTEND="noninteractive" \
MAKEFLAGS="-j5"

Expand Down

0 comments on commit 95f45ec

Please sign in to comment.