Skip to content
Snippets Groups Projects
Commit 6cf3d397 authored by Sergey Kosukhin's avatar Sergey Kosukhin Committed by Moritz Hanke
Browse files

ci: builds a test with -fimplicit-none -fmodule-private

parent b5248562
No related branches found
No related tags found
No related merge requests found
......@@ -376,7 +376,7 @@ test_levante_gcc:
- .check_warnings
variables:
CFLAGS: -O0 -g -Wall -fsignaling-nans
FCFLAGS: -O0 -g -Wall -ffpe-trap=invalid -fcheck=bounds
FCFLAGS: -O0 -g -Wall -ffpe-trap=invalid -fcheck=bounds -fimplicit-none -fmodule-private
script:
- split_mpi_wrapper_command $CC
- export CC=$smwc_CC; export MPI_CFLAGS=$smwc_CFLAGS; export MPI_CLIBS=$smwc_LDFLAGS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment