Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Dec 12, 2024
1 parent ab25d4f commit 393288e
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 @@ -174,7 +174,7 @@ RUN \
./configure \
--pkg-config-flags="--static" \
--extra-cflags="-fopenmp -O0 -ggdb" \
--extra-ldflags="-fopenmp -Wl,-z,stack-size=2097152" \
--extra-ldflags="-lgcc -fopenmp -Wl,-z,stack-size=2097152" \
--toolchain=hardened \
--disable-shared \
--disable-ffplay \
Expand Down

0 comments on commit 393288e

Please sign in to comment.