Skip to content

Commit

Permalink
no opt.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Oct 18, 2023
1 parent b183d45 commit d62a5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.vkfft
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
WORKDIR /root
RUN git clone https://github.com/DTolm/VkFFT -b v1.3.1
WORKDIR /root/VkFFT/build
RUN CMAKE_BUILD_TYPE=Release cmake .. && make -j "$(nproc)"
RUN CMAKE_BUILD_TYPE=Release cmake -DENABLE_OPT=off .. && make -j "$(nproc)"

FROM ubuntu:22.04
# TODO: ideally, should be packaged such that cmake can find it.
Expand Down

0 comments on commit d62a5f9

Please sign in to comment.