Skip to content

Commit

Permalink
REMOVE: debug flags
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Nov 7, 2023
1 parent 0f27404 commit 4c53395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exp/MOM_compile.csh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ if ( ! -f $mppnccombine ) then
cc -O -o $mppnccombine -I/usr/local/include -L/usr/local/lib $code_dir/postprocessing/mppnccombine/mppnccombine.c -lm -lnetcdf
endif

set mkmf_lib = "$mkmf -f -m Makefile -a $code_dir -t $mkmfTemplate"
set mkmf_lib = "$mkmf -f -d -v -m Makefile -a $code_dir -t $mkmfTemplate"
set lib_include_dirs = "$root/include $code_dir/shared/include $code_dir/shared/mpp/include"

if ( $cosima_version ) then
Expand Down Expand Up @@ -214,7 +214,7 @@ if( $type == ICCM ) then
endif

# Build the executable
set mkmf_exec = "$mkmf -f -m Makefile -a $code_dir -t $mkmfTemplate -p $executable:t"
set mkmf_exec = "$mkmf -f -v -d -m Makefile -a $code_dir -t $mkmfTemplate -p $executable:t"
mkdir -p $executable:h
cd $executable:h
if( $type == MOM_solo ) then
Expand Down

0 comments on commit 4c53395

Please sign in to comment.