File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ COPY . /partmc/
1818RUN 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
You can’t perform that action at this time.
0 commit comments