Force file offset

This commit is contained in:
Michael Hansen
2023-11-06 15:12:35 -06:00
parent b2ed372eb9
commit 0987603ebd
+1 -1
View File
@@ -12,7 +12,7 @@ RUN apt-get update && \
WORKDIR /build
COPY ./ ./
RUN cmake -Bbuild -DCMAKE_INSTALL_PREFIX=install
RUN cmake -Bbuild -DCMAKE_INSTALL_PREFIX=install -D_FILE_OFFSET_BITS=64
RUN cmake --build build --config Release
RUN cmake --install build