From 90c2d6f088be4e596459b2591c82d45bd1b11030 Mon Sep 17 00:00:00 2001
From: Antoine <antoine.hoffmann@epfl.ch>
Date: Tue, 19 Sep 2023 09:15:38 +0200
Subject: [PATCH] Add the warn all in gnu dbg

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3cbd289b..fb7ed07e 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ gfdp: compile
 
 # gfortran version, compile with gfortran
 gdebug: F90 = mpif90
-gdebug: F90FLAGS = -C -g -std=legacy -ffree-line-length-0
+gdebug: F90FLAGS = -C -g -Wall -std=legacy -ffree-line-length-0
 gdebug: EXTMOD   = -J $(MODDIR)
 gdebug: EXEC = $(BINDIR)/gyacomo23_debug
 gdebug: dirs src/srcinfo.h
-- 
GitLab