From ae4d56483998f313ee26cf1aef13eb4642e1bb81 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 16 May 2017 15:53:49 +0200 Subject: [PATCH] Added assert flag for travis --- config/travis.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/travis.cfg b/config/travis.cfg index 024e330b..226508f7 100644 --- a/config/travis.cfg +++ b/config/travis.cfg @@ -13,7 +13,7 @@ FC : gfortran -ffree-line-length-none -I . -g LAPACK_LIB : -llapack -lblas IRPF90 : irpf90 -IRPF90_FLAGS : --ninja --align=32 +IRPF90_FLAGS : --ninja --align=32 --assert # Global options ################ @@ -22,7 +22,7 @@ IRPF90_FLAGS : --ninja --align=32 # 0 : Deactivate # [OPTION] -MODE : OPT ; [ OPT | PROFILE | DEBUG ] : Chooses the section below +MODE : DEBUG ; [ OPT | PROFILE | DEBUG ] : Chooses the section below CACHE : 1 ; Enable cache_compile.py OPENMP : 1 ; Append OpenMP flags @@ -51,7 +51,7 @@ FCFLAGS : -Ofast # -g : Extra debugging information # [DEBUG] -FCFLAGS : -fcheck=all -g +FCFLAGS : -fcheck=all -g -Waliasing -Wampersand -Wconversion -Wsurprising -Wintrinsics-std -Wno-tabs -Wintrinsic-shadow -Wline-truncation -Wreal-q-constant # OpenMP flags #################