From c2589fbb398b07f0ef8c73a87f9bbaad58e32c39 Mon Sep 17 00:00:00 2001 From: mrg Date: Thu, 10 Mar 2022 11:48:53 -0800 Subject: [PATCH] Change docker to use debug klayout --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 0913cfba..3922477c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -30,8 +30,8 @@ WORKDIR /root RUN git clone https://github.com/KLayout/klayout WORKDIR /root/klayout RUN git checkout ${KLAYOUT_COMMIT} -RUN ./build.sh -qt5 -j 8 \ - && cp -r bin-release /usr/local/klayout +RUN ./build.sh -qt5 -debug -j 8 \ + && cp -r bin-debug /usr/local/klayout RUN rm -rf /root/klayout ### Trilinos ###