Skip to content

Commit

Permalink
msan: using cflags -fno-omit-frame-pointer -O2 -g for instrumented li…
Browse files Browse the repository at this point in the history
…braries

This was in Marko's original script.
  • Loading branch information
grooverdan committed Nov 28, 2024
1 parent 9eecd2e commit 54b43e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci_build_images/msan.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ ENV MSAN_SYMBOLIZER_PATH=$NO_MSAN_PATH/llvm-symbolizer-msan

ENV PATH=$NO_MSAN_PATH:$PATH

ENV CFLAGS="-fno-omit-frame-pointer -O2 -g"
ENV CXXFLAGS="$CFLAGS"

# hadolint ignore=SC2046
RUN . /etc/os-release \
&& if [ "${CLANG_VERSION}" -gt 17 ]; then \
Expand Down

0 comments on commit 54b43e1

Please sign in to comment.