Skip to content

Commit 67881e7

Browse files
committed
Update build command
1 parent 9a53daf commit 67881e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frameworks/Zig/zinc/zinc.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ COPY build.zig build.zig
1010

1111
RUN dnf install -y zig
1212
RUN zig version
13-
# RUN zig build -Doptimize=ReleaseFast
14-
RUN zig build
13+
RUN zig build -Doptimize=ReleaseFast
1514
RUN cp /zinc/zig-out/bin/zinc /usr/local/bin
1615

1716
EXPOSE 8080

0 commit comments

Comments
 (0)