Skip to content

Commit d31d9fe

Browse files
committed
lower optimization to test codecov
1 parent 72dbc7e commit d31d9fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ COPY . /partmc/
1818
RUN mkdir /build \
1919
&& cd /build \
2020
&& cmake -D CMAKE_BUILD_TYPE=release \
21-
-D CMAKE_C_FLAGS_RELEASE="-O2 -g -Werror -Wall -Wextra --coverage" \
22-
-D CMAKE_Fortran_FLAGS_RELEASE="-O2 -g -Werror -fimplicit-none -Wall -Wextra -Wconversion -Wunderflow -Wimplicit-interface -Wno-compare-reals -Wno-unused -Wno-unused-parameter -Wno-unused-dummy-argument -fbounds-check --coverage" \
21+
-D CMAKE_C_FLAGS_RELEASE="-O0 -g -Werror -Wall -Wextra --coverage" \
22+
-D CMAKE_Fortran_FLAGS_RELEASE="-O0 -g -Werror -fimplicit-none -Wall -Wextra -Wconversion -Wunderflow -Wimplicit-interface -Wno-compare-reals -Wno-unused -Wno-unused-parameter -Wno-unused-dummy-argument -fbounds-check --coverage" \
2323
-D ENABLE_GSL:BOOL=TRUE \
2424
/partmc \
2525
&& make

0 commit comments

Comments
 (0)