Skip to content

Commit

Permalink
Oops, use same optimization level etc on C and C++ compilers in CI
Browse files Browse the repository at this point in the history
This probably explains some of the oddities and seemingly missing
warnings we've been seeing...
  • Loading branch information
pmatilai authored and dmnks committed Nov 14, 2024
1 parent de987ca commit 69306a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ RUN chmod -R a-w .

WORKDIR /srv/build
ENV CFLAGS="-Og -g"
ENV CXXFLAGS="-Og -g"
RUN cmake \
-DENABLE_WERROR=ON \
-DENABLE_ASAN=ON \
Expand Down

0 comments on commit 69306a9

Please sign in to comment.